From db32c742e3e03c6536b34df3d7c673f6f5f32a16 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Wed, 10 Jul 2024 16:26:55 +0200 Subject: [PATCH] Fix issue #182 --- app/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.c b/app/main.c index dcfaa3f..f127df2 100644 --- a/app/main.c +++ b/app/main.c @@ -224,9 +224,7 @@ static void processFKeyFunction(const KEY_Code_t Key, const bool beep) #endif } else { -#ifdef ENABLE_VOX toggle_chan_scanlist(); -#endif } break;