1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Cleanup CLI

* optimize for code size.
* consolidate error message handling.
* replace similar error messages with identical ones.
* shorten all strings where possible.
* made less verbose.

This was required for the CC3D OPBL build.
This commit is contained in:
Dominic Clifton 2015-06-29 03:15:33 +01:00
parent 9389239207
commit b5e18a90a2
5 changed files with 211 additions and 159 deletions

View file

@ -120,6 +120,7 @@
// disabled some features for OPBL build due to code size.
#undef AUTOTUNE
#undef SONAR
#define SKIP_CLI_COMMAND_HELP
#endif