1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

- take off PWM_TYPE_MULTISHOT

This commit is contained in:
larryho5 2017-03-22 17:01:49 +08:00 committed by borisbstyle
parent d08e405149
commit 2ab44c9384

View file

@ -95,7 +95,7 @@ void targetConfiguration(master_t *config)
config->profile[0].controlRateProfile[0].rates[FD_PITCH] = 86;
config->profile[0].controlRateProfile[0].rates[FD_YAW] = 80;
config->motorConfig.motorPwmProtocol = PWM_TYPE_MULTISHOT;
//config->motorConfig.motorPwmProtocol = PWM_TYPE_MULTISHOT;
targetApplyDefaultLedStripConfig(config->ledStripConfig.ledConfigs);
}