summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/debug_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 47a2042eff..26b9f18824 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1321,6 +1321,7 @@ bool dbg_cpufreq(void)
1321 case ACTION_STD_OK: 1321 case ACTION_STD_OK:
1322 while (get_cpu_boost_counter() > 0) 1322 while (get_cpu_boost_counter() > 0)
1323 cpu_boost_id(false, CPUBOOSTID_DEBUGMENU_MANUAL); 1323 cpu_boost_id(false, CPUBOOSTID_DEBUGMENU_MANUAL);
1324 set_cpu_frequency(CPUFREQ_DEFAULT);
1324 break; 1325 break;
1325 1326
1326 case ACTION_STD_CANCEL: 1327 case ACTION_STD_CANCEL: