Skip to content

Commit 579db51

Browse files
committed
sys/battery: fix spelling
1 parent 3dc35fc commit 579db51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/sys/battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void pbsys_battery_init() {
3232
pbdrv_battery_get_voltage_now(&avg_battery_voltage);
3333
// This is mainly for Control+ hub. It seems that the first battery voltage
3434
// read is always low and causes the hub to shut down because of low battery
35-
// voltage even though the batter isn't that low.
35+
// voltage even though the battery isn't that low.
3636
if (avg_battery_voltage < BATTERY_CRITICAL_MV) {
3737
avg_battery_voltage = BATTERY_OK_MV;
3838
}

0 commit comments

Comments
 (0)