1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Merge pull request #7356 from phobos-/rx-spi-msp-order-fix

Fixed order of rx spi protocols in rx_spi_protocol_e
This commit is contained in:
Michael Keller 2019-01-11 09:13:28 +13:00 committed by GitHub
commit 40522dc3f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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