summaryrefslogtreecommitdiff
path: root/apps/plugins/pitch_detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pitch_detector.c')
-rw-r--r--apps/plugins/pitch_detector.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c
index 4ae43b3236..e9b1fb11b0 100644
--- a/apps/plugins/pitch_detector.c
+++ b/apps/plugins/pitch_detector.c
@@ -1013,6 +1013,11 @@ static void record_and_get_pitch(void)
1013 break; 1013 break;
1014 1014
1015 case PLA_CANCEL: 1015 case PLA_CANCEL:
1016#if (CONFIG_KEYPAD == IPOD_1G2G_PAD) \
1017 || (CONFIG_KEYPAD == IPOD_3G_PAD) \
1018 || (CONFIG_KEYPAD == IPOD_4G_PAD)
1019 case PLA_UP:
1020#endif
1016 rb->pcm_stop_recording(); 1021 rb->pcm_stop_recording();
1017 quit = main_menu(); 1022 quit = main_menu();
1018 if(!quit) 1023 if(!quit)