forked from len0rd/rockbox
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
This commit is contained in:
parent
774fd19c37
commit
b9b736fa39
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* This config file is for the Apple iPod 3g
|
* 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 TARGET_TREE /* this target is using the target tree system */
|
||||||
|
|
||||||
#define IPOD_ARCH 1
|
#define IPOD_ARCH 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue