diff options
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c index abe7341..7a100eb 100644 --- a/apps/main.c +++ b/apps/main.c @@ -309,8 +309,7 @@ void init(void) #ifdef DEBUG debug_init(); #else -#ifndef HAVE_MMC /* FIXME: This is also necessary for debug builds - * (do debug builds on the Ondio make sense?) */ +#if !defined(HAVE_FMADC) && !defined(HAVE_MMC) serial_setup(); #endif #endif |