remove duplicated preprocessor

This commit is contained in:
tbs-fpv 2021-04-28 11:48:22 +08:00
parent 8c788d99c5
commit ec287000b3
1 changed files with 0 additions and 2 deletions

View File

@ -642,10 +642,8 @@ void crsfProcessCommand(uint8_t *frameStart) {
case CRSF_COMMAND_SUBCMD_GENERAL:
switch (subCmd) {
case CRSF_COMMAND_SUBCMD_GENERAL_CRSF_SPEED_PROPOSAL:
#if defined(USE_CRSF_V3)
crsfProcessSpeedNegotiationCmd(&frameStart[1]);
crsfScheduleSpeedNegotiationResponse();
#endif
break;
default:
break;