Update type for ac_connected variables
This commit is contained in:
parent
cf748d6d41
commit
8df9ed5977
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ void update_battery_tick(void* arg)
|
|||
|
||||
int old_found = battery_found;
|
||||
int old_percentage = battery_state.percentage;
|
||||
int old_ac_connected = battery_state.ac_connected;
|
||||
gboolean old_ac_connected = battery_state.ac_connected;
|
||||
int16_t old_hours = battery_state.time.hours;
|
||||
int8_t old_minutes = battery_state.time.minutes;
|
||||
|
||||
|
|
Loading…
Reference in a new issue