Moved hardware abstraction to separate header

This commit is contained in:
2019-08-02 09:21:47 +02:00
parent 6e45340993
commit bdf4bd169e
3 changed files with 159 additions and 143 deletions

View File

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