From 005a09daaaf1e9caa87857fd2103c5640f4b7bf9 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 9 Nov 2005 16:27:56 +0000 Subject: Correct the LCD definition for the Nano git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7802 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodnano.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1