Set acc_lpf_hz default back to 10

This commit is contained in:
DieHertz 2017-03-17 02:08:25 +03:00
parent 2e98279369
commit d97a012eca
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ void accResetFlightDynamicsTrims(void)
void pgResetFn_accelerometerConfig(accelerometerConfig_t *instance)
{
RESET_CONFIG_2(accelerometerConfig_t, instance,
.acc_lpf_hz = 15,
.acc_lpf_hz = 10,
.acc_align = ALIGN_DEFAULT,
.acc_hardware = ACC_DEFAULT
);