From ccfa4cd97af5fd8a4d4868d92cb616a7959b5fa2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 10 Oct 2004 01:25:32 +0000 Subject: 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 --- apps/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/main.c') 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 */ -- cgit v1.2.3