Fixed missing headers

This commit is contained in:
2019-08-02 20:23:54 +02:00
parent 925bb56f98
commit 33c3cedb1e
4 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
#pragma once
#include "../clock.h"
#include <stdint.h>
#define FORCE_INLINE __attribute__((always_inline))
namespace uart {