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:
parent
c053ffc7f6
commit
1de60106b2
2 changed files with 4 additions and 2 deletions
|
@ -207,7 +207,8 @@ static const char * const lookupTableRxSpi[] = {
|
|||
"FRSKY_D",
|
||||
"FRSKY_X",
|
||||
"FLYSKY",
|
||||
"FLYSKY_2A"
|
||||
"FLYSKY_2A",
|
||||
"KN"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue