Move interfaces to subdir

This commit is contained in:
Henrik Stickann
2022-05-02 13:37:03 +02:00
parent f8666b69c8
commit 01312ef97d
11 changed files with 15 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#include <sta/mutex.hpp>
#include <sta/intf/mutex.hpp>
namespace sta

View File

@@ -1,4 +1,4 @@
#include <sta/spi_device.hpp>
#include <sta/intf/spi_device.hpp>
#include <sta/assert.hpp>

View File

@@ -1,4 +1,4 @@
#include <sta/spi_interface.hpp>
#include <sta/intf/spi_interface.hpp>
namespace sta

View File

@@ -1,9 +1,9 @@
#include <sta/uart.hpp>
#include <sta/intf/uart.hpp>
#include <sta/printf.hpp>
#include <cstring>
#include <cinttypes>
#include <cstring>