diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-11-27 00:32:33 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-11-27 00:32:33 +0000 |
commit | b9b736fa392a08355da912de10f1d4b80073497f (patch) | |
tree | a57b7d3a1fdb910c2b8c77a2cb8334319c795339 /firmware/export | |
parent | 774fd19c37f02654ea690f8e4e91ec09bde30789 (diff) |
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
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-ipod3g.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |