mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Style fixes
This commit is contained in:
parent
0b9105294b
commit
bfabf48ca7
1 changed files with 9 additions and 10 deletions
|
@ -507,8 +507,7 @@ void processSmartPortTelemetry(smartPortPayload_t *payload, volatile bool *clear
|
||||||
#if defined(USE_MSP_OVER_TELEMETRY)
|
#if defined(USE_MSP_OVER_TELEMETRY)
|
||||||
if (skipRequests) {
|
if (skipRequests) {
|
||||||
skipRequests--;
|
skipRequests--;
|
||||||
}
|
} else if (payload && smartPortPayloadContainsMSP(payload)) {
|
||||||
else if (payload && smartPortPayloadContainsMSP(payload)) {
|
|
||||||
// Do not check the physical ID here again
|
// Do not check the physical ID here again
|
||||||
// unless we start receiving other sensors' packets
|
// unless we start receiving other sensors' packets
|
||||||
// Pass only the payload: skip frameId
|
// Pass only the payload: skip frameId
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue