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.tar.gz
rockbox-b9b736fa392a08355da912de10f1d4b80073497f.zip
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 cabcf40434..036ecca324 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -1,6 +1,10 @@
1/* 1/*
2 * This config file is for the Apple iPod 3g 2 * This config file is for the Apple iPod 3g
3 */ 3 */
4
5/* Temp measure until the low batt problem is figured out */
6#define NO_LOW_BATTERY_SHUTDOWN
7
4#define TARGET_TREE /* this target is using the target tree system */ 8#define TARGET_TREE /* this target is using the target tree system */
5 9
6#define IPOD_ARCH 1 10#define IPOD_ARCH 1