summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-11-27 00:32:33 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-11-27 00:32:33 +0000
commitb9b736fa392a08355da912de10f1d4b80073497f (patch)
treea57b7d3a1fdb910c2b8c77a2cb8334319c795339
parent774fd19c37f02654ea690f8e4e91ec09bde30789 (diff)
downloadrockbox-b9b736fa392a08355da912de10f1d4b80073497f.zip
rockbox-b9b736fa392a08355da912de10f1d4b80073497f.tar.gz
rockbox-b9b736fa392a08355da912de10f1d4b80073497f.tar.bz2
rockbox-b9b736fa392a08355da912de10f1d4b80073497f.tar.xz
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
-rw-r--r--firmware/export/config-ipod3g.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index cabcf40..036ecca 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