1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Remove DSHOT900

This commit is contained in:
borisbstyle 2017-01-10 00:35:03 +01:00
parent 4c93e5fb83
commit 8303151a25
5 changed files with 3 additions and 9 deletions

View file

@ -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: