mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Clean up duplicate OSD stat reset
This commit is contained in:
parent
9a06900c83
commit
a93005c692
1 changed files with 0 additions and 1 deletions
|
@ -1201,7 +1201,6 @@ static void osdResetStats(void)
|
||||||
stats.max_current = 0;
|
stats.max_current = 0;
|
||||||
stats.max_speed = 0;
|
stats.max_speed = 0;
|
||||||
stats.min_voltage = 500;
|
stats.min_voltage = 500;
|
||||||
stats.max_current = 0;
|
|
||||||
stats.min_rssi = 99;
|
stats.min_rssi = 99;
|
||||||
stats.max_altitude = 0;
|
stats.max_altitude = 0;
|
||||||
stats.max_distance = 0;
|
stats.max_distance = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue