mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Improved testability
This commit is contained in:
parent
9bf338346b
commit
e6bbce53e6
5 changed files with 24 additions and 9 deletions
|
@ -19,6 +19,10 @@
|
|||
|
||||
extern uint8_t cliMode;
|
||||
|
||||
struct clivalue_s;
|
||||
void *cliGetValuePointer(const struct clivalue_s *value);
|
||||
const void *cliGetDefaultPointer(const struct clivalue_s *value);
|
||||
|
||||
struct serialConfig_s;
|
||||
void cliInit(const struct serialConfig_s *serialConfig);
|
||||
void cliProcess(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue