summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index ef8ca7b..8bcc25a 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -149,8 +149,7 @@ void init(void)
global_settings.mdb_enable,
global_settings.superbass);
mpeg_init();
- while (button_get(false) != 0)
- ; /* Empty the keyboard buffer */
+ button_clear_queue(); /* Empty the keyboard buffer */
}
#else