summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-15 21:32:05 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-15 21:32:05 +0000
commit9eed2f71cc14fa30282a18c57ee3942177f8aabe (patch)
tree288fb1c37c544c919d9d7f43352ed97e8dd1c759 /firmware/export
parent964dcb33b6b55347ee6ad4020bd00843fbcd2a1d (diff)
downloadrockbox-9eed2f71cc14fa30282a18c57ee3942177f8aabe.tar.gz
rockbox-9eed2f71cc14fa30282a18c57ee3942177f8aabe.zip
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/gigabeats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index 73eb79ce90..b3e7dc31bd 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -161,7 +161,7 @@
161/* define this if the hardware can be powered off while charging */ 161/* define this if the hardware can be powered off while charging */
162/* We don't charge while powered down so maybe implement a 162/* We don't charge while powered down so maybe implement a
163 finish-charging-and-then-poweroff mode */ 163 finish-charging-and-then-poweroff mode */
164//#define HAVE_POWEROFF_WHILE_CHARGING 164#define HAVE_POWEROFF_WHILE_CHARGING
165 165
166/* The size of the flash ROM */ 166/* The size of the flash ROM */
167#define FLASH_SIZE 0x200000 167#define FLASH_SIZE 0x200000