mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +00:00
Update include paths
This commit is contained in:
parent
01312ef97d
commit
c7135adda7
@ -10,7 +10,7 @@
|
|||||||
#include <sta/config.hpp>
|
#include <sta/config.hpp>
|
||||||
#ifdef STA_ATOMIC_ENABLE
|
#ifdef STA_ATOMIC_ENABLE
|
||||||
|
|
||||||
#include <sta/mutex.hpp>
|
#include <sta/intf/mutex.hpp>
|
||||||
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <sta/config.hpp>
|
#include <sta/config.hpp>
|
||||||
#ifdef STA_ATOMIC_ENABLE
|
#ifdef STA_ATOMIC_ENABLE
|
||||||
|
|
||||||
#include <sta/signal.hpp>
|
#include <sta/intf/signal.hpp>
|
||||||
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <sta/config.hpp>
|
#include <sta/config.hpp>
|
||||||
#ifdef STA_HAL_GPIO_ENABLE
|
#ifdef STA_HAL_GPIO_ENABLE
|
||||||
|
|
||||||
#include <sta/gpio_pin.hpp>
|
#include <sta/intf/gpio_pin.hpp>
|
||||||
#include <sta/hal.hpp>
|
#include <sta/hal.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
#endif // !STA_HAL_GPIO_ENABLE
|
#endif // !STA_HAL_GPIO_ENABLE
|
||||||
|
|
||||||
#include <sta/hal.hpp>
|
#include <sta/hal.hpp>
|
||||||
#include <sta/spi_device.hpp>
|
|
||||||
#include <sta/hal/clocks.hpp>
|
#include <sta/hal/clocks.hpp>
|
||||||
#include <sta/hal/gpio_pin.hpp>
|
#include <sta/hal/gpio_pin.hpp>
|
||||||
|
#include <sta/intf/spi_device.hpp>
|
||||||
|
|
||||||
|
|
||||||
namespace sta
|
namespace sta
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#ifdef STA_HAL_UART_ENABLE
|
#ifdef STA_HAL_UART_ENABLE
|
||||||
|
|
||||||
#include <sta/hal.hpp>
|
#include <sta/hal.hpp>
|
||||||
#include <sta/uart.hpp>
|
#include <sta/intf/uart.hpp>
|
||||||
|
|
||||||
|
|
||||||
namespace sta
|
namespace sta
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include <sta/hal/gpio_pin.hpp>
|
#include <sta/hal/gpio_pin.hpp>
|
||||||
|
|
||||||
#ifdef STA_HAL_GPIO_ENABLE
|
#ifdef STA_HAL_GPIO_ENABLE
|
||||||
|
|
||||||
#include <sta/assert.hpp>
|
#include <sta/assert.hpp>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include <sta/hal/spi.hpp>
|
#include <sta/hal/spi.hpp>
|
||||||
|
|
||||||
#ifdef STA_HAL_SPI_ENABLE
|
#ifdef STA_HAL_SPI_ENABLE
|
||||||
|
|
||||||
#include <sta/assert.hpp>
|
#include <sta/assert.hpp>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include <sta/hal/uart.hpp>
|
#include <sta/hal/uart.hpp>
|
||||||
|
|
||||||
#ifdef STA_HAL_UART_ENABLE
|
#ifdef STA_HAL_UART_ENABLE
|
||||||
|
|
||||||
#include <sta/assert.hpp>
|
#include <sta/assert.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user