Fix PR issue for colibri target

This commit is contained in:
KiteAnton 2016-02-03 22:06:09 +01:00
parent cd30abdec6
commit 7c582fb863
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ static void resetConf(void)
currentControlRateProfile->rates[FD_YAW] = 90;
currentControlRateProfile->dynThrPID = 30;
currentControlRateProfile->tpa_breakpoint = 1500;
currentProfile->rcControlsConfig.deadband = 10;
masterConfig.rcControlsConfig.deadband = 10;
masterConfig.escAndServoConfig.minthrottle = 1025;
masterConfig.escAndServoConfig.maxthrottle = 1980;