mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +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
|
@ -29,7 +29,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <platform.h>
|
||||
#include "platform.h"
|
||||
|
||||
#include "drivers/system.h"
|
||||
#include "drivers/io.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue