1
0
Fork 0
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:
phobos- 2019-01-09 17:54:43 +01:00
parent ec083dfa9e
commit 5e3024ff57
2 changed files with 3 additions and 3 deletions

View file

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