added missing void arg

This commit is contained in:
Shaun Inman 2023-01-13 20:13:34 -05:00
parent d8c96b82fa
commit 4c5b216c2a
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ void POW_disablePowerOff(void);
void POW_powerOff(void);
void POW_fauxSleep(void);
int POW_preventAutosleep(void);
int POW_isCharging();
int POW_isCharging(void);
///////////////////////////////