summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 4c7d48e2d9..677eeb5b21 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -158,6 +158,7 @@ static void app_main(void)
158 } 158 }
159#endif /* #ifdef AUTOROCK */ 159#endif /* #ifdef AUTOROCK */
160 160
161 global_status.last_volume_change = 0;
161 root_menu(); 162 root_menu();
162} 163}
163 164