forked from len0rd/rockbox
CONFIG_CHARGING
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12384 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd47d48c21
commit
9a6f419775
25 changed files with 72 additions and 68 deletions
|
|
@ -510,7 +510,7 @@ struct plugin_api {
|
|||
#ifndef SIMULATOR
|
||||
unsigned int (*battery_voltage)(void);
|
||||
#endif
|
||||
#ifdef CONFIG_CHARGING
|
||||
#if CONFIG_CHARGING
|
||||
bool (*charger_inserted)(void);
|
||||
# if CONFIG_CHARGING == CHARGING_MONITOR
|
||||
bool (*charging_state)(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue