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:
parent
71a1a9789a
commit
2feae20c32
206 changed files with 208 additions and 208 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <platform.h>
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USE_TRANSPONDER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue