Updated target config.c files

This commit is contained in:
Martin Budden 2016-11-24 07:46:46 +00:00
parent 78e6130aab
commit 7781ae1e04
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@ void targetConfiguration(master_t *config)
config->motorConfig.minthrottle = 1049;
config->gyro_lpf = GYRO_LPF_188HZ;
config->gyro_soft_lpf_hz = 100;
config->gyro_soft_notch_hz_1 = 0;
config->gyro_soft_notch_hz_2 = 0;
config->gyroConfig.gyro_lpf = GYRO_LPF_188HZ;
config->gyroConfig.gyro_soft_lpf_hz = 100;
config->gyroConfig.gyro_soft_notch_hz_1 = 0;
config->gyroConfig.gyro_soft_notch_hz_2 = 0;
/*for (int channel = 0; channel < NON_AUX_CHANNEL_COUNT; channel++) {
config->rxConfig.channelRanges[channel].min = 1180;