summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano2g.h
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2009-10-05 20:21:33 +0000
committerMichael Sparmann <theseven@rockbox.org>2009-10-05 20:21:33 +0000
commitbe25469b9b481d8f40aeb12aa6de84e1efdc0e68 (patch)
tree34ebc185287296bce7a3901a1c2a5bd3b1354bb2 /firmware/export/config-ipodnano2g.h
parent6b8a78f7939b2eaccce578b68fd5831fc79f0a71 (diff)
downloadrockbox-be25469b9b481d8f40aeb12aa6de84e1efdc0e68.tar.gz
rockbox-be25469b9b481d8f40aeb12aa6de84e1efdc0e68.zip
Reworked iPod Nano 2G PMU code, added RTC and battery ADC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22967 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodnano2g.h')
-rw-r--r--firmware/export/config-ipodnano2g.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index d3ea611ebc..9d36a37046 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -83,8 +83,7 @@
83#define CONFIG_CODEC SWCODEC 83#define CONFIG_CODEC SWCODEC
84 84
85/* define this if you have a real-time clock */ 85/* define this if you have a real-time clock */
86//#define CONFIG_RTC RTC_S5L8700 86#define CONFIG_RTC RTC_NANO2G
87#define CONFIG_RTC RTC_S35390A
88 87
89#define CONFIG_LCD LCD_NANO2G 88#define CONFIG_LCD LCD_NANO2G
90 89