Fixed header includes

This commit is contained in:
BlackMark 2019-08-02 09:31:02 +02:00
parent bdf4bd169e
commit a13a1ca9ab
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#pragma once
#include "config.hpp"
#define FORCE_INLINE __attribute__((always_inline))
namespace uart {

View File

@ -1,5 +1,6 @@
#pragma once
#include "config.hpp"
#include "hardware.hpp"
#define FORCE_INLINE __attribute__((always_inline))