mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Fixed order of rx spi protocols in rx_spi_protocol_e to retain msp compatibility
This commit is contained in:
parent
ec083dfa9e
commit
5e3024ff57
2 changed files with 3 additions and 3 deletions
|
@ -228,12 +228,12 @@ static const char * const lookupTableRxSpi[] = {
|
|||
"INAV",
|
||||
"FRSKY_D",
|
||||
"FRSKY_X",
|
||||
"FRSKY_X_LBT",
|
||||
"FLYSKY",
|
||||
"FLYSKY_2A",
|
||||
"KN",
|
||||
"SFHSS",
|
||||
"SPEKTRUM"
|
||||
"SPEKTRUM",
|
||||
"FRSKY_X_LBT"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue