diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-15 20:16:05 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-15 20:16:05 +0000 |
commit | c6b9d3dcc9602a82b279ccdc93933f655e04031c (patch) | |
tree | 289ff94eca5cac13bd1ddca26873bc7335debf15 /firmware/export/config | |
parent | 7aff922682c4dbbc7f04279da7c3f89c2ff96d28 (diff) |
There's not much to be shared between gigabeatf and gigabeats lcd code
Give the gigabeats a new lcd type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31290 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/gigabeats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index dbeff4aa04..0171dd8942 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -230,7 +230,7 @@ /* Define this to add support for ATA DMA */ #define HAVE_ATA_DMA -#define CONFIG_LCD LCD_GIGABEAT +#define CONFIG_LCD LCD_GIGABEATS /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 |