summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod3g.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-07-31 12:43:06 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-07-31 12:43:06 +0000
commit60b01fa0f7e5126406d1fd2f37cce82d2faffdc4 (patch)
treeb3cea13c807d90e3c522bc60e249806f9b5cc15b /firmware/export/config-ipod3g.h
parente95d7a0e76261f936b0eee64dfa0c6090bfb1b8c (diff)
downloadrockbox-60b01fa0f7e5126406d1fd2f37cce82d2faffdc4.tar.gz
rockbox-60b01fa0f7e5126406d1fd2f37cce82d2faffdc4.zip
Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but it shouldn't have been. lcd_enabled() was only available as a real function on gigabeat but others can use that too. Markup lcd.h a bit because I got a bit lost in it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14100 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipod3g.h')
-rw-r--r--firmware/export/config-ipod3g.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index ff91bcff49..c3e63e87e3 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -70,9 +70,6 @@
70 70
71#ifndef SIMULATOR 71#ifndef SIMULATOR
72 72
73/* Define this if your LCD can be enabled/disabled */
74#define HAVE_LCD_ENABLE
75
76/* Define this if you have a PortalPlayer PP5002 */ 73/* Define this if you have a PortalPlayer PP5002 */
77#define CONFIG_CPU PP5002 74#define CONFIG_CPU PP5002
78 75