diff --git a/hardware.hpp b/hardware.hpp index aa352e7..f40eee4 100644 --- a/hardware.hpp +++ b/hardware.hpp @@ -1,7 +1,5 @@ #pragma once -#include "config.hpp" - #define FORCE_INLINE __attribute__((always_inline)) namespace uart { diff --git a/hardware1.hpp b/hardware1.hpp index 9addb16..d59f150 100644 --- a/hardware1.hpp +++ b/hardware1.hpp @@ -1,5 +1,6 @@ #pragma once +#include "config.hpp" #include "hardware.hpp" #define FORCE_INLINE __attribute__((always_inline))