Fix battery TRACE macro

This commit is contained in:
Jeremy Soller
2022-04-27 07:13:48 -06:00
parent 5780bb5e83
commit a70ea4558c

View File

@ -99,7 +99,7 @@ void battery_event(void) {
#undef command
TRACE("BAT %d mV %d mA\n", battery_voltage, battery_current);
TRACE("BAT %d mV %d mA\n", battery_info.voltage, battery_info.current);
battery_charger_event();
}