Skip to content

Commit

Permalink
unified: only signal rx check if we actually got a channel packet
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Sep 26, 2023
1 parent 1ce807d commit cb4112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rx/unified_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ bool rx_serial_check() {
flags.rx_ready = 1;
}

return true;
return status == PACKET_CHANNELS_RECEIVED;
}

0 comments on commit cb4112e

Please sign in to comment.