1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Force accel configuration reset

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2018-05-12 22:13:00 +10:00
parent d8288f6821
commit 3163f4283d

View file

@ -79,7 +79,7 @@ STATIC_FASTRAM filterApplyFnPtr accNotchFilterApplyFn;
STATIC_FASTRAM void *accNotchFilter[XYZ_AXIS_COUNT];
#endif
PG_REGISTER_WITH_RESET_FN(accelerometerConfig_t, accelerometerConfig, PG_ACCELEROMETER_CONFIG, 1);
PG_REGISTER_WITH_RESET_FN(accelerometerConfig_t, accelerometerConfig, PG_ACCELEROMETER_CONFIG, 2);
void pgResetFn_accelerometerConfig(accelerometerConfig_t *instance)
{