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:
parent
4d127d6327
commit
84269be8a2
6 changed files with 12 additions and 19 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue