From 557308e68e175140358b49720f9f4b95b812c693 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 9 Jul 2005 07:54:40 +0000 Subject: Wrong iriver model check git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7083 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/powermgmt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index e4c7d65d45..ecd22f4643 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -96,11 +96,11 @@ extern charge_state_type charge_state; # define CURRENT_USB 1 /* host powered in USB mode; avoid zero-div */ # define CURRENT_BACKLIGHT 0 /* no backlight */ #else /* Values for HD based jukeboxes */ -# ifdef IRIVER_H100 +# ifdef IRIVER_H100_SERIES # define CURRENT_NORMAL 80 # else # define CURRENT_NORMAL 145 /* usual current in mA when using the AJB including some disk/backlight/... activity */ -# endif /* not IRIVER_H100 */ +# endif /* not IRIVER_H100_SERIES */ # define CURRENT_USB 500 /* usual current in mA in USB mode */ # define CURRENT_BACKLIGHT 30 /* additional current when backlight is always on */ -- cgit v1.2.3