summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c2
-rw-r--r--apps/recorder/radio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index af52b5c60d..aee3aa5a8d 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -693,7 +693,7 @@ static const struct button_mapping
693 *remote_btn_ctxt_quickscreen = 0, 693 *remote_btn_ctxt_quickscreen = 0,
694 *remote_btn_ctxt_pitchscreen = 0, 694 *remote_btn_ctxt_pitchscreen = 0,
695 *remote_btn_ctxt_recscreen = 0, 695 *remote_btn_ctxt_recscreen = 0,
696 *remote_btn_ctxt_keyboard = 0; 696 *remote_btn_ctxt_keyboard = 0,
697 *remote_btn_ctxt_radio = 0; 697 *remote_btn_ctxt_radio = 0;
698 698
699static int _remote_type = -1; /*safe value, forces the first press to init the mappings */ 699static int _remote_type = -1; /*safe value, forces the first press to init the mappings */
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 6410bdbc10..5b8faafae5 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -1237,7 +1237,7 @@ int handle_radio_presets_cb(int key, int m)
1237#ifdef FM_PRESET 1237#ifdef FM_PRESET
1238 case ACTION_STD_QUICKSCREEN: 1238 case ACTION_STD_QUICKSCREEN:
1239 menu_draw(m); 1239 menu_draw(m);
1240 key = ACTION_STD_EXIT; /* Fake an exit */ 1240 key = ACTION_STD_CANCEL; /* Fake an exit */
1241 break; 1241 break;
1242#endif 1242#endif
1243#endif 1243#endif