forked from len0rd/rockbox
Fix checking for CONFIG_CHARGING
Change-Id: I53b9a129679fd7b322770025106ef92033226d2a
This commit is contained in:
parent
e599810ffa
commit
ce90c0481a
4 changed files with 37 additions and 38 deletions
|
@ -49,7 +49,7 @@ enum charge_state_type
|
|||
/* tells what the charger is doing */
|
||||
extern enum charge_state_type charge_state;
|
||||
|
||||
#ifdef CONFIG_CHARGING
|
||||
#if CONFIG_CHARGING
|
||||
/*
|
||||
* Flag that the charger has been plugged in/removed: this is set for exactly
|
||||
* one time through the power loop when the charger has been plugged in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue