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

Replaced instances of '#include <platform.h>' with '#include "platform.h"'.

This commit is contained in:
mikeller 2018-05-24 23:46:19 +12:00
parent 71a1a9789a
commit 2feae20c32
206 changed files with 208 additions and 208 deletions

View file

@ -18,7 +18,7 @@
#include <stdint.h>
extern "C" {
#include <platform.h>
#include "platform.h"
#include "pg/pg.h"
#include "drivers/serial.h"
#include "drivers/time.h"