fix comment regarding softserial/timer usage.

This commit is contained in:
Dominic Clifton 2014-05-05 02:05:41 +01:00
parent c004e48a87
commit c07f67735e
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ void pwmInit(drv_pwm_config_t *init, failsafe_t *initialFailsafe)
mask = TYPE_S;
#endif
#ifdef STM32F303xC
// remap PWM 5+6 or 9+10 as servos - softserial pin pairs timer ports that use the same timer
// remap PWM 5+6 or 9+10 as servos - softserial pin pairs require timer ports that use the same timer
if (init->useSoftSerial) {
if (port == PWM5 || port == PWM6)
mask = TYPE_S;