Battery: refactoring

This commit is contained in:
o9000
2015-11-23 16:12:42 +01:00
parent 8df91bd475
commit 33645f9b5a
6 changed files with 36 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ void battery_os_free()
return;
}
int battery_os_update(struct batstate *state)
int battery_os_update(BatteryState *state)
{
return -1;
}