diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-18 05:32:06 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-18 05:32:06 +0000 |
| commit | 9a6f419775270340ee154c55dbe52e99682fb77a (patch) | |
| tree | 188fa4854d2ac5529f701de1bbba29a3241495bc /apps/plugin.c | |
| parent | bd47d48c21ddcdd56b3654db78613d93739b8ce7 (diff) | |
| download | rockbox-9a6f419775270340ee154c55dbe52e99682fb77a.zip rockbox-9a6f419775270340ee154c55dbe52e99682fb77a.tar.gz rockbox-9a6f419775270340ee154c55dbe52e99682fb77a.tar.bz2 rockbox-9a6f419775270340ee154c55dbe52e99682fb77a.tar.xz | |
CONFIG_CHARGING
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12384 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |