From d76d65f19bd787dbaaee5243787649fd2c5b2090 Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Sun, 20 Nov 2016 17:44:59 +0000 Subject: [PATCH] Further UNUSED #define fix --- src/main/drivers/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/drivers/io.c b/src/main/drivers/io.c index d60e3af649..0390a0add2 100644 --- a/src/main/drivers/io.c +++ b/src/main/drivers/io.c @@ -15,12 +15,12 @@ * along with Cleanflight. If not, see . */ - #include "common/utils.h" - #include "io.h" #include "io_impl.h" #include "rcc.h" +#include "common/utils.h" + #include "target.h" // io ports defs are stored in array by index now