mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Cosmetics
This commit is contained in:
parent
2c342d8413
commit
dbee58bb05
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue