mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 09:16:01 +03:00
Increase version number for PG_GYRO_CONFIG
This commit is contained in:
parent
10c50e8d6b
commit
0b18e5376b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ static filterApplyFnPtr notchFilter2ApplyFn;
|
|||
static void *notchFilter2[XYZ_AXIS_COUNT];
|
||||
#endif
|
||||
|
||||
PG_REGISTER_WITH_RESET_TEMPLATE(gyroConfig_t, gyroConfig, PG_GYRO_CONFIG, 0);
|
||||
PG_REGISTER_WITH_RESET_TEMPLATE(gyroConfig_t, gyroConfig, PG_GYRO_CONFIG, 1);
|
||||
|
||||
PG_RESET_TEMPLATE(gyroConfig_t, gyroConfig,
|
||||
.gyro_lpf = GYRO_LPF_42HZ, // INV_FILTER_42HZ, In case of ST gyro, will default to 32Hz instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue