From de1b915f790112165dbbd64d1945c94132932b04 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 16 Jun 2005 23:45:09 +0000 Subject: Iriver: Sleep timer now powers off the box even when the charger is connected. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6733 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h300.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-h300.h') diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index de54e7740f..92f2cc03eb 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -39,6 +39,9 @@ /* Define this if the platform can charge batteries */ #define HAVE_CHARGING 1 +/* define this if the hardware can be powered off while charging */ +#define HAVE_POWEROFF_WHILE_CHARGING + /* The start address index for ROM builds */ #define ROM_START 0x11010 -- cgit v1.2.3