Skip to content

Commit d93a128

Browse files
Update the stats' PG Template version
1 parent 174e9d4 commit d93a128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/fc/stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define MIN_FLIGHT_TIME_TO_RECORD_STATS_S 10 //prevent recording stats for that short "flights" [s]
1919

2020

21-
PG_REGISTER_WITH_RESET_TEMPLATE(statsConfig_t, statsConfig, PG_STATS_CONFIG, 1);
21+
PG_REGISTER_WITH_RESET_TEMPLATE(statsConfig_t, statsConfig, PG_STATS_CONFIG, 2);
2222

2323
PG_RESET_TEMPLATE(statsConfig_t, statsConfig,
2424
.stats_enabled = SETTING_STATS_DEFAULT,

0 commit comments

Comments
 (0)