summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-27 12:35:05 +0000
committerDave Chapman <dave@dchapman.com>2006-02-27 12:35:05 +0000
commit285079138b0baa5cf03221f8abcdaaec8e35f112 (patch)
treee73ba981e762f781ce7a5ea2d5ba24b07a4b2292 /firmware/export/config.h
parent0bdf0c6342fe1529a1a2f7a9a5086d088f51bc19 (diff)
downloadrockbox-285079138b0baa5cf03221f8abcdaaec8e35f112.tar.gz
rockbox-285079138b0baa5cf03221f8abcdaaec8e35f112.zip
Patch #3060 from Andrew Scott - iPod mini button driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8857 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1557accde5..20ca7aa5c6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -123,7 +123,7 @@
123 123
124/* CONFIG_RTC */ 124/* CONFIG_RTC */
125#define RTC_M41ST84W 1 /* Archos Recorder */ 125#define RTC_M41ST84W 1 /* Archos Recorder */
126#define RTC_PCF50605 2 /* iPod 3G and 4G*/ 126#define RTC_PCF50605 2 /* iPod 3G, 4G & Mini */
127#define RTC_PCF50606 3 /* iriver H300 */ 127#define RTC_PCF50606 3 /* iriver H300 */
128#define RTC_S3C2440 4 128#define RTC_S3C2440 4
129 129