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:
parent
ed1a3355de
commit
52d298044f
3 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue