1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Style fixes

This commit is contained in:
Hans Christian Olaussen 2018-12-06 13:31:51 +01:00
parent 0b9105294b
commit bfabf48ca7

View file

@ -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