mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Drop DSHOT1200
This commit is contained in:
parent
4713d5861b
commit
d42e5ad75c
5 changed files with 1 additions and 11 deletions
|
@ -284,9 +284,6 @@ void validateAndFixConfig(void)
|
|||
case PWM_TYPE_DSHOT600:
|
||||
motorConfigMutable()->motorPwmRate = MIN(motorConfig()->motorPwmRate, 16000);
|
||||
break;
|
||||
case PWM_TYPE_DSHOT1200:
|
||||
motorConfigMutable()->motorPwmRate = MIN(motorConfig()->motorPwmRate, 32000);
|
||||
break;
|
||||
#endif
|
||||
#ifdef USE_SERIALSHOT
|
||||
case PWM_TYPE_SERIALSHOT: // 2-4 kHz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue