mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
Fix changed includes
This commit is contained in:
parent
2a5a816c57
commit
c4ef41ddf7
@ -10,7 +10,7 @@
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_ATOMIC_ENABLE
|
||||
|
||||
#include <sta/intf/mutex.hpp>
|
||||
#include <sta/mutex.hpp>
|
||||
|
||||
#include <atomic>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_ATOMIC_ENABLE
|
||||
|
||||
#include <sta/intf/signal.hpp>
|
||||
#include <sta/signal.hpp>
|
||||
|
||||
#include <atomic>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef STA_PRINTABLE_UART_HPP
|
||||
#define STA_PRINTABLE_UART_HPP
|
||||
|
||||
#include <sta/intf/uart.hpp>
|
||||
#include <sta/uart.hpp>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef STA_SPI_DEVICE_HPP
|
||||
#define STA_SPI_DEVICE_HPP
|
||||
|
||||
#include <sta/intf/gpio_pin.hpp>
|
||||
#include <sta/gpio_pin.hpp>
|
||||
#include <sta/spi/interface.hpp>
|
||||
|
||||
#include <cstddef>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef STA_SPI_INTERFACE_HPP
|
||||
#define STA_SPI_INTERFACE_HPP
|
||||
|
||||
#include <sta/intf/mutex.hpp>
|
||||
#include <sta/mutex.hpp>
|
||||
#include <sta/spi/settings.hpp>
|
||||
|
||||
#include <cstddef>
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_STM32_GPIO_ENABLE
|
||||
|
||||
#include <sta/intf/gpio_pin.hpp>
|
||||
#include <sta/gpio_pin.hpp>
|
||||
|
||||
#include <sta/stm32/hal.hpp>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_STM32_UART_ENABLE
|
||||
|
||||
#include <sta/intf/uart.hpp>
|
||||
#include <sta/uart.hpp>
|
||||
|
||||
#include <sta/stm32/hal.hpp>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <sta/intf/mutex.hpp>
|
||||
#include <sta/mutex.hpp>
|
||||
|
||||
|
||||
namespace sta
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <sta/intf/uart.hpp>
|
||||
#include <sta/uart.hpp>
|
||||
|
||||
#include <sta/printf.hpp>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user