mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Minor build optimisations
This commit is contained in:
parent
84cf4eb2e1
commit
c076bc3e2d
8 changed files with 13 additions and 24 deletions
|
@ -17,10 +17,12 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef DISPLAY
|
||||
|
||||
#include "version.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
@ -38,16 +40,12 @@
|
|||
#include "common/axis.h"
|
||||
#include "common/typeconversion.h"
|
||||
|
||||
#ifdef DISPLAY
|
||||
|
||||
#include "sensors/battery.h"
|
||||
#include "sensors/sensors.h"
|
||||
#include "sensors/compass.h"
|
||||
#include "sensors/acceleration.h"
|
||||
#include "sensors/gyro.h"
|
||||
|
||||
#include "rx/rx.h"
|
||||
|
||||
#include "io/rc_controls.h"
|
||||
|
||||
#include "flight/pid.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue