summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 5e14297f3c..614a7fcf14 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -76,7 +76,8 @@ void init(void)
76 global_settings.balance, 76 global_settings.balance,
77 global_settings.loudness, 77 global_settings.loudness,
78 global_settings.bass_boost, 78 global_settings.bass_boost,
79 global_settings.avc ); 79 global_settings.avc,
80 global_settings.channel_config );
80 while (button_get(false) != 0) 81 while (button_get(false) != 0)
81 ; /* Empty the keyboard buffer */ 82 ; /* Empty the keyboard buffer */
82} 83}