1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2006-11-27 02:16:32 +00:00
parent e43f56b58d
commit 0e6dd7efcd
18 changed files with 625 additions and 368 deletions

View file

@ -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