mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
SRXL2 frame drops reported more appropriately (#9291)
SRXL2 frame drops reported more appropriately
This commit is contained in:
commit
2c51c1ab94
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue