1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 17:55:19 +03:00

Cosmetics

This commit is contained in:
3djc 2020-04-14 08:34:19 +02:00
parent 2c342d8413
commit dbee58bb05

View file

@ -316,7 +316,8 @@ void sendFrameProtocolHeader(uint8_t moduleIdx, bool failsafe)
subtype = 2;
else if (subtype == MM_RF_FRSKY_SUBTYPE_D16_LBT_8CH)
subtype = 3;
else subtype = 4;
else
subtype = 4;
}
}