1
0
Fork 0
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:
Martin Budden 2017-08-31 07:35:44 +01:00
parent 0c7126a9fe
commit 6ab6ec377c
5 changed files with 17 additions and 2 deletions

View file

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