diff --git a/apps/plugins/2048.c b/apps/plugins/2048.c index 9a74b0ff38..30f8899974 100644 --- a/apps/plugins/2048.c +++ b/apps/plugins/2048.c @@ -703,6 +703,9 @@ static void exit_handler(void) cleanup(); if(abnormal_exit) save_game(); +#ifdef HAVE_ADJUSTABLE_CPU_FREQ + rb->cpu_boost(false); /* back to idle */ +#endif return; } static bool check_hs;