1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Merge pull request #6865 from chibaron/add_sfhss

Add SFHSS-SPI-RX
This commit is contained in:
Michael Keller 2018-10-08 01:01:13 +13:00 committed by GitHub
commit cc820d99de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 870 additions and 241 deletions

View file

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