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