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 abe73414c1..7a100eb5a8 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -309,8 +309,7 @@ void init(void)
309#ifdef DEBUG 309#ifdef DEBUG
310 debug_init(); 310 debug_init();
311#else 311#else
312#ifndef HAVE_MMC /* FIXME: This is also necessary for debug builds 312#if !defined(HAVE_FMADC) && !defined(HAVE_MMC)
313 * (do debug builds on the Ondio make sense?) */
314 serial_setup(); 313 serial_setup();
315#endif 314#endif
316#endif 315#endif