We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd1943 commit 36efba7Copy full SHA for 36efba7
src/main/fc/stats.c
@@ -94,8 +94,10 @@ void statsOnDisarm(void)
94
statsConfigMutable()->stats_total_dist_m += (DISTANCE_FLOWN_CM - arm_distance_cm) / 100;
95
}
96
97
+#ifdef USE_OSD
98
statsConfigMutable()->stats_extra_total_kaacks += osdGetStats()->extra_kaacks;
99
statsConfigMutable()->stats_extra_total_kaack_time += (osdGetStats()->extra_kaack_time / 1000000);
100
+#endif // #ifdef USE_OSD
101
102
dispatchAdd(&writeStatsEntry, STATS_SAVE_DELAY_US);
103
0 commit comments