1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +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

@ -24,7 +24,7 @@
#include <string.h>
#include <stdarg.h>
#include <platform.h>
#include "platform.h"
#ifdef USE_LED_STRIP