1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 15:55:48 +03:00

CF/BF - SPRacingF3OSD - Allow cli and bootloader again.

This commit is contained in:
Hydra 2017-04-08 18:51:15 +01:00 committed by Dominic Clifton
parent b307007ac3
commit ba75dc4f1d

View file

@ -114,11 +114,7 @@ static void taskHandleSerial(timeUs_t currentTimeUs)
return; return;
} }
#endif #endif
#ifdef USE_OSD_SLAVE
mspSerialProcess(MSP_SKIP_NON_MSP_DATA, mspFcProcessCommand, mspFcProcessReply);
#else
mspSerialProcess(ARMING_FLAG(ARMED) ? MSP_SKIP_NON_MSP_DATA : MSP_EVALUATE_NON_MSP_DATA, mspFcProcessCommand, mspFcProcessReply); mspSerialProcess(ARMING_FLAG(ARMED) ? MSP_SKIP_NON_MSP_DATA : MSP_EVALUATE_NON_MSP_DATA, mspFcProcessCommand, mspFcProcessReply);
#endif
} }
void taskBatteryAlerts(timeUs_t currentTimeUs) void taskBatteryAlerts(timeUs_t currentTimeUs)