1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +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

@ -17,11 +17,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include "platform.h"