summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-03-24 21:59:44 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-03-24 21:59:44 +0000
commit52d298044f087ba726d2717bafb215fad362e347 (patch)
tree25a0e49cf8405786ffecab8236410e6749322db4 /apps/plugin.c
parented1a3355deac93683a25296e573d65729bb3f2e7 (diff)
downloadrockbox-52d298044f087ba726d2717bafb215fad362e347.tar.gz
rockbox-52d298044f087ba726d2717bafb215fad362e347.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index ae32aca2c5..c0cdbd8c27 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -519,7 +519,7 @@ static const struct plugin_api rockbox_api = {
519#endif 519#endif
520#if CONFIG_CHARGING 520#if CONFIG_CHARGING
521 charger_inserted, 521 charger_inserted,
522# if CONFIG_CHARGING == CHARGING_MONITOR 522# if CONFIG_CHARGING >= CHARGING_MONITOR
523 charging_state, 523 charging_state,
524# endif 524# endif
525#endif 525#endif