mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
commit
cc820d99de
22 changed files with 870 additions and 241 deletions
|
@ -87,6 +87,7 @@
|
|||
|
||||
#include "rx/rx.h"
|
||||
#include "rx/cc2500_frsky_common.h"
|
||||
#include "rx/cc2500_sfhss.h"
|
||||
#include "rx/spektrum.h"
|
||||
|
||||
#include "sensors/acceleration.h"
|
||||
|
@ -224,7 +225,8 @@ static const char * const lookupTableRxSpi[] = {
|
|||
"FRSKY_X",
|
||||
"FLYSKY",
|
||||
"FLYSKY_2A",
|
||||
"KN"
|
||||
"KN",
|
||||
"SFHSS"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue