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:
parent
84cf4eb2e1
commit
c076bc3e2d
8 changed files with 13 additions and 24 deletions
|
@ -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 '>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue