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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c
index fe31b3c768..324a36bce7 100644
--- a/apps/plugins/pitch_detector.c
+++ b/apps/plugins/pitch_detector.c
@@ -547,7 +547,7 @@ static bool main_menu(void)
547 } 547 }
548 } 548 }
549 549
550 backlight_force_on(); 550 backlight_ignore_timeout();
551 return exit_tuner; 551 return exit_tuner;
552} 552}
553 553
@@ -995,7 +995,7 @@ static void record_and_get_pitch(void)
995 audio_tail = 1; 995 audio_tail = 1;
996#endif 996#endif
997 997
998 backlight_force_on(); 998 backlight_ignore_timeout();
999 999
1000 record_data(); 1000 record_data();
1001 1001