1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Bertrik Sikken 2009-03-24 21:59:44 +00:00
parent ed1a3355de
commit 52d298044f
3 changed files with 8 additions and 8 deletions

View file

@ -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