1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +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

@ -17,7 +17,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "platform.h"
@ -36,9 +35,8 @@
#include "drivers/serial_uart.h"
#endif
#include "drivers/gpio.h"
#include "drivers/light_led.h"
#if defined(USE_VCP)
#include "drivers/serial_usb_vcp.h"
#endif
@ -47,7 +45,6 @@
#include "serial_cli.h"
#include "serial_msp.h"
#include "config/config.h"
#ifdef TELEMETRY
#include "telemetry/telemetry.h"