diff options
author | Dave Chapman <dave@dchapman.com> | 2006-02-27 12:35:05 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-02-27 12:35:05 +0000 |
commit | 285079138b0baa5cf03221f8abcdaaec8e35f112 (patch) | |
tree | e73ba981e762f781ce7a5ea2d5ba24b07a4b2292 /firmware/export/config.h | |
parent | 0bdf0c6342fe1529a1a2f7a9a5086d088f51bc19 (diff) |
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.h | 2 |
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 @@ /* CONFIG_RTC */ #define RTC_M41ST84W 1 /* Archos Recorder */ -#define RTC_PCF50605 2 /* iPod 3G and 4G*/ +#define RTC_PCF50605 2 /* iPod 3G, 4G & Mini */ #define RTC_PCF50606 3 /* iriver H300 */ #define RTC_S3C2440 4 |