1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Merge pull request #1297 from martinbudden/bf_msp_split_stage4

MSP split stage4 - Better split between MSP and serial
This commit is contained in:
J Blackman 2016-10-16 19:59:03 +11:00 committed by GitHub
commit 84c6672967
9 changed files with 151 additions and 87 deletions

View file

@ -96,7 +96,7 @@ static void taskHandleSerial(uint32_t currentTime)
return;
}
#endif
mspSerialProcess();
mspSerialProcess(ARMING_FLAG(ARMED) ? MSP_SKIP_NON_MSP_DATA : MSP_EVALUATE_NON_MSP_DATA);
}
#ifdef BEEPER