summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 94a9231d7f..24a89eca56 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -388,7 +388,7 @@ static void init(void)
388#ifdef DEBUG 388#ifdef DEBUG
389 debug_init(); 389 debug_init();
390#else 390#else
391#if !defined(HAVE_FMADC) && !(CONFIG_STORAGE & STORAGE_MMC) 391#ifdef HAVE_SERIAL
392 serial_setup(); 392 serial_setup();
393#endif 393#endif
394#endif 394#endif