mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-28 21:17:33 +00:00
Move interfaces to subdir
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <sta/mutex.hpp>
|
||||
#include <sta/intf/mutex.hpp>
|
||||
|
||||
|
||||
namespace sta
|
@@ -1,4 +1,4 @@
|
||||
#include <sta/spi_device.hpp>
|
||||
#include <sta/intf/spi_device.hpp>
|
||||
|
||||
#include <sta/assert.hpp>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#include <sta/spi_interface.hpp>
|
||||
#include <sta/intf/spi_interface.hpp>
|
||||
|
||||
|
||||
namespace sta
|
@@ -1,9 +1,9 @@
|
||||
#include <sta/uart.hpp>
|
||||
#include <sta/intf/uart.hpp>
|
||||
|
||||
#include <sta/printf.hpp>
|
||||
|
||||
#include <cstring>
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user