diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-09 16:27:56 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-09 16:27:56 +0000 |
| commit | 005a09daaaf1e9caa87857fd2103c5640f4b7bf9 (patch) | |
| tree | da165c63745b0019b8e18ef904151ab01453624a | |
| parent | fbcb699499c6e872b8f2277211c198d860753409 (diff) | |
| download | rockbox-005a09daaaf1e9caa87857fd2103c5640f4b7bf9.zip rockbox-005a09daaaf1e9caa87857fd2103c5640f4b7bf9.tar.gz rockbox-005a09daaaf1e9caa87857fd2103c5640f4b7bf9.tar.bz2 rockbox-005a09daaaf1e9caa87857fd2103c5640f4b7bf9.tar.xz | |
Correct the LCD definition for the Nano
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7802 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-ipodnano.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index 8ba3cfa..d1077fa 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -64,7 +64,7 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF -#define CONFIG_LCD LCD_IPODCOLOR +#define CONFIG_LCD LCD_IPODNANO /* Offset ( in the firmware file's header ) to the file length */ #define FIRMWARE_OFFSET_FILE_LENGTH 0 |