1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Fix missing 'platform.h' includes in compilation units, and make them stay away.

This commit is contained in:
mikeller 2019-02-23 17:47:48 +13:00
parent 44a1dca99c
commit fad7ee3464
40 changed files with 104 additions and 9 deletions

View file

@ -22,6 +22,8 @@
#include <stdint.h>
#include <string.h>
#include "platform.h"
#include "common/crc.h"
#include "common/maths.h"
#include "common/streambuf.h"