From 9a6f419775270340ee154c55dbe52e99682fb77a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 18 Feb 2007 05:32:06 +0000 Subject: CONFIG_CHARGING git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12384 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index dd82a8d..ebf0484 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -33,7 +33,7 @@ #include "splash.h" #include "logf.h" -#ifdef CONFIG_CHARGING +#if CONFIG_CHARGING #include "power.h" #endif @@ -406,7 +406,7 @@ static const struct plugin_api rockbox_api = { #ifndef SIMULATOR battery_voltage, #endif -#ifdef CONFIG_CHARGING +#if CONFIG_CHARGING charger_inserted, # if CONFIG_CHARGING == CHARGING_MONITOR charging_state, -- cgit v1.1