diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-24 21:59:44 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-24 21:59:44 +0000 |
| commit | 52d298044f087ba726d2717bafb215fad362e347 (patch) | |
| tree | 25a0e49cf8405786ffecab8236410e6749322db4 /apps/plugin.c | |
| parent | ed1a3355deac93683a25296e573d65729bb3f2e7 (diff) | |
| download | rockbox-52d298044f087ba726d2717bafb215fad362e347.zip rockbox-52d298044f087ba726d2717bafb215fad362e347.tar.gz rockbox-52d298044f087ba726d2717bafb215fad362e347.tar.bz2 rockbox-52d298044f087ba726d2717bafb215fad362e347.tar.xz | |
Enable the charging_status function also for targets with target-specific battery charging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20521 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index ae32aca..c0cdbd8 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -519,7 +519,7 @@ static const struct plugin_api rockbox_api = { #endif #if CONFIG_CHARGING charger_inserted, -# if CONFIG_CHARGING == CHARGING_MONITOR +# if CONFIG_CHARGING >= CHARGING_MONITOR charging_state, # endif #endif |