mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Remove DSHOT900
This commit is contained in:
parent
4c93e5fb83
commit
8303151a25
5 changed files with 3 additions and 9 deletions
|
@ -249,7 +249,6 @@ bool isMotorProtocolDshot(void) {
|
|||
#ifdef USE_DSHOT
|
||||
switch(motorConfig->motorPwmProtocol) {
|
||||
case PWM_TYPE_DSHOT1200:
|
||||
case PWM_TYPE_DSHOT900:
|
||||
case PWM_TYPE_DSHOT600:
|
||||
case PWM_TYPE_DSHOT300:
|
||||
case PWM_TYPE_DSHOT150:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue