Merge pull request #6124 from etracer65/osd_stats_reset_dup

Clean up duplicate OSD stat reset
This commit is contained in:
Michael Keller 2018-06-16 13:37:46 +12:00 committed by GitHub
commit 370897eda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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;