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