mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 08:15:26 +03:00
Fixed H8_3D protocol. Minor optimisations to other protocols
This commit is contained in:
parent
796979b7a1
commit
c445ae8102
8 changed files with 49 additions and 52 deletions
|
@ -392,7 +392,6 @@ static const char * const lookupTableNRF24RX[] = {
|
|||
"CX10",
|
||||
"CX10A",
|
||||
"H8_3D",
|
||||
"H8_3D_DEV",
|
||||
"REF"
|
||||
};
|
||||
#endif
|
||||
|
@ -522,7 +521,6 @@ typedef struct cliLookupTableConfig_s {
|
|||
typedef union {
|
||||
cliLookupTableConfig_t lookup;
|
||||
cliMinMaxConfig_t minmax;
|
||||
|
||||
} cliValueConfig_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue