1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Fixed ordering of SPI RX protocols.

This commit is contained in:
mikeller 2018-02-15 00:22:36 +13:00
parent c053ffc7f6
commit 1de60106b2
2 changed files with 4 additions and 2 deletions

View file

@ -207,7 +207,8 @@ static const char * const lookupTableRxSpi[] = {
"FRSKY_D",
"FRSKY_X",
"FLYSKY",
"FLYSKY_2A"
"FLYSKY_2A",
"KN"
};
#endif