From b9b736fa392a08355da912de10f1d4b80073497f Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 27 Nov 2007 00:32:33 +0000 Subject: Disable low battery shutdown for the time being on iPod 3g until the battery reading strangeness is fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15822 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod3g.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index cabcf40434..036ecca324 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -1,6 +1,10 @@ /* * This config file is for the Apple iPod 3g */ + +/* Temp measure until the low batt problem is figured out */ +#define NO_LOW_BATTERY_SHUTDOWN + #define TARGET_TREE /* this target is using the target tree system */ #define IPOD_ARCH 1 -- cgit v1.2.3