mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Disabled all code for the serial remote on Ondio, since the serial port is needed for MMC access.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5097 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
57945b125d
commit
2d875f83e6
3 changed files with 10 additions and 1 deletions
|
|
@ -127,7 +127,10 @@ 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?) */
|
||||
serial_setup();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
i2c_init();
|
||||
|
|
@ -174,7 +177,7 @@ void init(void)
|
|||
#endif
|
||||
panicf("ata: %d", rc);
|
||||
}
|
||||
|
||||
|
||||
usb_start_monitoring();
|
||||
|
||||
/* temporary hack for Ondio, which can't browse without disk I/O */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue