1
0
Fork 0
forked from len0rd/rockbox

Fix checking for CONFIG_CHARGING

Change-Id: I53b9a129679fd7b322770025106ef92033226d2a
This commit is contained in:
Mihail Zenkov 2016-03-30 12:50:40 +00:00 committed by Gerrit Rockbox
parent e599810ffa
commit ce90c0481a
4 changed files with 37 additions and 38 deletions

View file

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