mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Fixed warnings when no custom defaults are found.
This commit is contained in:
parent
52173c7981
commit
0e2f7bcc3f
2 changed files with 98 additions and 98 deletions
|
@ -25,6 +25,6 @@
|
|||
extern bool cliMode;
|
||||
|
||||
void cliProcess(void);
|
||||
void cliProcessCustomDefaults(void);
|
||||
bool cliProcessCustomDefaults(void);
|
||||
struct serialPort_s;
|
||||
void cliEnter(struct serialPort_s *serialPort);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue