1
0
Fork 0
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:
Michael Keller 2018-01-25 10:13:00 +13:00 committed by GitHub
commit 1872444d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"