mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Update include paths
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_ATOMIC_ENABLE
|
||||
|
||||
#include <sta/mutex.hpp>
|
||||
#include <sta/intf/mutex.hpp>
|
||||
|
||||
#include <atomic>
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_ATOMIC_ENABLE
|
||||
|
||||
#include <sta/signal.hpp>
|
||||
#include <sta/intf/signal.hpp>
|
||||
|
||||
#include <atomic>
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_HAL_GPIO_ENABLE
|
||||
|
||||
#include <sta/gpio_pin.hpp>
|
||||
#include <sta/intf/gpio_pin.hpp>
|
||||
#include <sta/hal.hpp>
|
||||
|
||||
|
||||
|
@@ -17,9 +17,9 @@
|
||||
#endif // !STA_HAL_GPIO_ENABLE
|
||||
|
||||
#include <sta/hal.hpp>
|
||||
#include <sta/spi_device.hpp>
|
||||
#include <sta/hal/clocks.hpp>
|
||||
#include <sta/hal/gpio_pin.hpp>
|
||||
#include <sta/intf/spi_device.hpp>
|
||||
|
||||
|
||||
namespace sta
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifdef STA_HAL_UART_ENABLE
|
||||
|
||||
#include <sta/hal.hpp>
|
||||
#include <sta/uart.hpp>
|
||||
#include <sta/intf/uart.hpp>
|
||||
|
||||
|
||||
namespace sta
|
||||
|
Reference in New Issue
Block a user