1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

Preparation for conversion to parameter groups 7

This commit is contained in:
Martin Budden 2017-02-15 09:20:21 +00:00
parent 4f4c14a02d
commit d2ac5d84b1
9 changed files with 42 additions and 52 deletions

View file

@ -23,7 +23,6 @@
#include <math.h>
#include <ctype.h>
//#define USE_PARAMETER_GROUPS
#include "platform.h"
// FIXME remove this for targets that don't need a CLI. Perhaps use a no-op macro when USE_CLI is not enabled