diff options
Diffstat (limited to 'zephyr/shim/src/ioex.c')
-rw-r--r-- | zephyr/shim/src/ioex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/shim/src/ioex.c b/zephyr/shim/src/ioex.c index a5d685bc48..2b8d3b2cc4 100644 --- a/zephyr/shim/src/ioex.c +++ b/zephyr/shim/src/ioex.c @@ -3,10 +3,11 @@ * found in the LICENSE file. */ +#include "common.h" + #include <zephyr/init.h> #include <zephyr/kernel.h> #include <zephyr/logging/log.h> -#include "common.h" #ifdef __REQUIRE_ZEPHYR_GPIOS__ #undef __REQUIRE_ZEPHYR_GPIOS__ #endif |