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:
parent
d8288f6821
commit
3163f4283d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue