1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Tidied header files

This commit is contained in:
Martin Budden 2017-11-12 14:29:01 +00:00
parent 4d127d6327
commit 84269be8a2
6 changed files with 12 additions and 19 deletions

View file

@ -1,7 +1,5 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "platform.h"
@ -14,10 +12,7 @@
#include "interface/fc_msp.h"
#include "msp/msp.h"
#include "rx/crsf.h"
#include "rx/msp.h"
#include "telemetry/msp_shared.h"
#include "telemetry/smartport.h"