mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
PG acc config version bump
This commit is contained in:
parent
6e1988500d
commit
fbe3b05363
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ static filterApplyFnPtr accNotchFilterApplyFn;
|
|||
static void *accNotchFilter[XYZ_AXIS_COUNT];
|
||||
#endif
|
||||
|
||||
PG_REGISTER_WITH_RESET_FN(accelerometerConfig_t, accelerometerConfig, PG_ACCELEROMETER_CONFIG, 0);
|
||||
PG_REGISTER_WITH_RESET_FN(accelerometerConfig_t, accelerometerConfig, PG_ACCELEROMETER_CONFIG, 1);
|
||||
|
||||
void pgResetFn_accelerometerConfig(accelerometerConfig_t *instance)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue