mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #5024 from jflyper/bfdev-fix-naze-config-c
NAZE Add io.h to target config.c
This commit is contained in:
commit
1872444d3d
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
#include "common/axis.h"
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "drivers/io.h"
|
||||
|
||||
#include "fc/config.h"
|
||||
#include "fc/rc_controls.h"
|
||||
#include "fc/controlrate_profile.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue