From a13a1ca9ab3d7ddbd7356bb7cae4168f2a8a119b Mon Sep 17 00:00:00 2001 From: BlackMark Date: Fri, 2 Aug 2019 09:31:02 +0200 Subject: [PATCH] Fixed header includes --- hardware.hpp | 2 -- hardware1.hpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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))