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

Minor build optimisations

This commit is contained in:
Martin Budden 2016-07-11 20:11:09 +01:00
parent 84cf4eb2e1
commit c076bc3e2d
8 changed files with 13 additions and 24 deletions

View file

@ -23,6 +23,9 @@
#include <math.h>
#include "platform.h"
#ifdef GPS
#include "build_config.h"
#include "debug.h"
@ -50,8 +53,6 @@
#include "config/runtime_config.h"
#ifdef GPS
#define LOG_ERROR '?'
#define LOG_IGNORED '!'
#define LOG_SKIPPED '>'