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
|
|
@ -45,7 +45,7 @@ int ascodec_readbytes(unsigned int index, unsigned int len, unsigned char *data)
|
|||
|
||||
void ascodec_wait_adc_finished(void);
|
||||
|
||||
#ifdef CONFIG_CHARGING
|
||||
#if CONFIG_CHARGING
|
||||
bool ascodec_endofch(void);
|
||||
bool ascodec_chg_status(void);
|
||||
void ascodec_monitor_endofch(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue