diff options
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r-- | firmware/export/config-e200.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index e055373567..26b87c70fc 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -85,8 +85,8 @@ #define CONFIG_CHARGING CHARGING_SIMPLE /* define this if the hardware can be powered off while charging */ -/* TODO: should this be set for the H10? */ -#define HAVE_POWEROFF_WHILE_CHARGING +/* Sansa can't be powered off while charging */ +/* #define HAVE_POWEROFF_WHILE_CHARGING */ /* The start address index for ROM builds */ #define ROM_START 0x00000000 |