Skip to content

Commit 6e06742

Browse files
authored
Update battery.c
1 parent 62efa65 commit 6e06742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/sensors/battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ void batteryUpdate(timeUs_t timeDelta)
361361

362362
/* wait for VBatt to stabilise then we can calc number of cells
363363
(using the filtered value takes a long time to ramp up)
364-
Blocking can cause issues with som ESCs */
364+
Blocking can cause issues with some ESCs */
365365
if((micros() - batteryConnectedTime) < VBATT_STABLE_DELAY) {
366366
return;
367367
}

0 commit comments

Comments
 (0)