diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-01-12 00:35:50 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-01-12 00:35:50 +0000 |
| commit | d83e929f3fc369a5981e1e40e1c5307169a46cfc (patch) | |
| tree | ac323ca5811374a030a1b65bb77fc7ccc163db04 /firmware/drivers/serial.c | |
| parent | 8d130684214d23a9163810d1dacc33d108f2338a (diff) | |
| download | rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.zip rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.tar.gz rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.tar.bz2 rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.tar.xz | |
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/serial.c')
| -rw-r--r-- | firmware/drivers/serial.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/drivers/serial.c b/firmware/drivers/serial.c index 4c5c5a8..27061c2 100644 --- a/firmware/drivers/serial.c +++ b/firmware/drivers/serial.c @@ -27,8 +27,9 @@ #include "lcd.h" #include "serial.h" -#if (CONFIG_CPU != MCF5249) && (CONFIG_CPU != TCC730) && (CONFIG_CPU != PP5020) +#if (CONFIG_CPU != MCF5249) && (CONFIG_CPU != TCC730) && (CONFIG_CPU != PP5020) && (CONFIG_CPU != PNX0101) /* FIX: this doesn't work on iRiver or Gmini or iPod yet */ +/* iFP7xx has no remote */ #ifndef HAVE_MMC /* MMC takes serial port 1, so don't mess with it */ |