summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-12-12 15:46:27 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-12-12 15:46:27 +0000
commit3c0f5181cc002370e1d8daf6529514db17a0528e (patch)
treea0af09c39160a67178efbec6f192d662ba0bfb7d
parent2a0a9a5f2a73f236fc15c86d475c0f75119486e5 (diff)
downloadrockbox-3c0f5181cc002370e1d8daf6529514db17a0528e.tar.gz
rockbox-3c0f5181cc002370e1d8daf6529514db17a0528e.zip
iPod nano 2G does use less current since the latest optimizations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28815 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/ipodnano2g.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h
index 2cc3cecc6c..dfe0041f7a 100644
--- a/firmware/export/config/ipodnano2g.h
+++ b/firmware/export/config/ipodnano2g.h
@@ -149,7 +149,7 @@
149#define CONFIG_CHARGING CHARGING_MONITOR 149#define CONFIG_CHARGING CHARGING_MONITOR
150 150
151/* define current usage levels */ 151/* define current usage levels */
152#define CURRENT_NORMAL 21 /* playback @48MHz clock, backlight off */ 152#define CURRENT_NORMAL 17 /* playback @48MHz clock, lcd sleep*/
153#define CURRENT_BACKLIGHT 23 /* maximum brightness */ 153#define CURRENT_BACKLIGHT 23 /* maximum brightness */
154 154
155/* define this if the unit can be powered or charged via USB */ 155/* define this if the unit can be powered or charged via USB */