mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Code tidy and added/exposed minor utility functions
This commit is contained in:
parent
0c7126a9fe
commit
6ab6ec377c
5 changed files with 17 additions and 2 deletions
|
@ -119,7 +119,7 @@ typedef union {
|
|||
cliArrayLengthConfig_t array;
|
||||
} cliValueConfig_t;
|
||||
|
||||
typedef struct {
|
||||
typedef struct clivalue_s {
|
||||
const char *name;
|
||||
const uint8_t type; // see cliValueFlag_e
|
||||
const cliValueConfig_t config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue