mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
Minor cleanup
This commit is contained in:
parent
e6866b83a8
commit
0ddfebf9a3
1 changed files with 2 additions and 3 deletions
|
@ -73,9 +73,8 @@ uint8_t sbusChannelsDecode(rxRuntimeConfig_t *rxRuntimeConfig, const sbusChannel
|
|||
// RX *should* still be sending valid channel data, so use it.
|
||||
return RX_FRAME_COMPLETE | RX_FRAME_FAILSAFE;
|
||||
}
|
||||
else {
|
||||
return RX_FRAME_COMPLETE;
|
||||
}
|
||||
|
||||
return RX_FRAME_COMPLETE;
|
||||
}
|
||||
|
||||
static uint16_t sbusChannelsReadRawRC(const rxRuntimeConfig_t *rxRuntimeConfig, uint8_t chan)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue