1
0
Fork 0
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:
mikeller 2019-08-13 23:27:19 +12:00
parent 52173c7981
commit 0e2f7bcc3f
2 changed files with 98 additions and 98 deletions

View file

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