SRXL2 frame drops reported more appropriately (#9291)

SRXL2 frame drops reported more appropriately
This commit is contained in:
Michael Keller 2019-12-22 14:17:15 +13:00 committed by GitHub
commit 2c51c1ab94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ void srxl2ProcessChannelData(const Srxl2ChannelDataHeader* channelData, rxRuntim
//If receiver is in a connected state, and a packet is missed, the channel mask will be 0. //If receiver is in a connected state, and a packet is missed, the channel mask will be 0.
if (!channelData->channelMask.u32) { if (!channelData->channelMask.u32) {
globalResult |= RX_FRAME_FAILSAFE; globalResult |= RX_FRAME_DROPPED;
return; return;
} }