1
0
Fork 0
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:
Martin Budden 2016-07-23 11:04:20 +01:00
parent 796979b7a1
commit c445ae8102
8 changed files with 49 additions and 52 deletions

View file

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