From 0e6dd7efcd21d48665b5a799fe081a75cdcb960f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 27 Nov 2006 02:16:32 +0000 Subject: Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11612 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/main.c') 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) #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 -- cgit v1.2.3