1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +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

@ -22,7 +22,7 @@
#include <stdint.h>
#include <string.h>
#include <platform.h>
#include "platform.h"
#ifdef USE_TRANSPONDER