forked from len0rd/rockbox
Gigabeat S: Not defining HAVE_POWEROFF_WHILE_CHARGING is far too disruptive given that it's not obligatory for the hardware to avoid poweroff while plugged/charging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26068 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
964dcb33b6
commit
9eed2f71cc
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
/* define this if the hardware can be powered off while charging */
|
||||
/* We don't charge while powered down so maybe implement a
|
||||
finish-charging-and-then-poweroff mode */
|
||||
//#define HAVE_POWEROFF_WHILE_CHARGING
|
||||
#define HAVE_POWEROFF_WHILE_CHARGING
|
||||
|
||||
/* The size of the flash ROM */
|
||||
#define FLASH_SIZE 0x200000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue