From 3c7e299cf35fa4f8cadaaed4afe9cb164871c586 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 7 Feb 2009 11:15:30 +0000 Subject: Simplify conditions for including serial port support (it's now HAVE_SERIAL). This should save a little binsize and RAM for target that don't have/use a serial port. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19936 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/main.c') 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) #ifdef DEBUG debug_init(); #else -#if !defined(HAVE_FMADC) && !(CONFIG_STORAGE & STORAGE_MMC) +#ifdef HAVE_SERIAL serial_setup(); #endif #endif -- cgit v1.2.3