diff options
author | Jens Arnold <amiconn@rockbox.org> | 2004-10-10 01:25:32 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2004-10-10 01:25:32 +0000 |
commit | ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2 (patch) | |
tree | 6e16459ed3951a0c7dbefbc695b51f3718d68c9d /apps/main.c | |
parent | f5bdf6952c49ed6ab08020a93cbd2a07d4ea0901 (diff) |
Removed car adapter mode for Ondio, and changed the misleading config option HAVE_BATTERIES to the more appropriate HAVE_CHARGING
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5242 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 01202a9184..536a181845 100644 --- a/apps/main.c +++ b/apps/main.c @@ -151,7 +151,7 @@ void init(void) powermgmt_init(); -#ifdef HAVE_BATTERIES +#ifdef HAVE_CHARGING if (coldstart && charger_inserted() && !global_settings.car_adapter_mode) { rc = charging_screen(); /* display a "charging" screen */ |