From d900c886005127e207dccaf414c12023f72d4209 Mon Sep 17 00:00:00 2001 From: Buschel Date: Sun, 12 Dec 2010 15:46:27 +0000 Subject: [PATCH] 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 --- firmware/export/config/ipodnano2g.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h index 2cc3cecc6..dfe0041f7 100644 --- a/firmware/export/config/ipodnano2g.h +++ b/firmware/export/config/ipodnano2g.h @@ -149,7 +149,7 @@ #define CONFIG_CHARGING CHARGING_MONITOR /* define current usage levels */ -#define CURRENT_NORMAL 21 /* playback @48MHz clock, backlight off */ +#define CURRENT_NORMAL 17 /* playback @48MHz clock, lcd sleep*/ #define CURRENT_BACKLIGHT 23 /* maximum brightness */ /* define this if the unit can be powered or charged via USB */ -- 2.11.4.GIT