1
0
Fork 0
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:
Bruce Luckcuck 2018-06-15 00:00:19 -04:00
parent 9a06900c83
commit a93005c692

View file

@ -1201,7 +1201,6 @@ static void osdResetStats(void)
stats.max_current = 0;
stats.max_speed = 0;
stats.min_voltage = 500;
stats.max_current = 0;
stats.min_rssi = 99;
stats.max_altitude = 0;
stats.max_distance = 0;