mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-10 01:55:59 +00:00
Adapted include paths to latest sta-core changes
This commit is contained in:
parent
652aea896f
commit
ad6c4fd297
@ -5,7 +5,7 @@
|
|||||||
# error "Internal header. Use <sta/rtos/handle.hpp> instead."
|
# error "Internal header. Use <sta/rtos/handle.hpp> instead."
|
||||||
#endif // !STA_RTOS_HANDLE_HPP
|
#endif // !STA_RTOS_HANDLE_HPP
|
||||||
|
|
||||||
#include <sta/assert.hpp>
|
#include <sta/debug/assert.hpp>
|
||||||
|
|
||||||
|
|
||||||
namespace sta
|
namespace sta
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <sta/rtos/system/events.hpp>
|
#include <sta/rtos/system/events.hpp>
|
||||||
|
|
||||||
#include <sta/assert.hpp>
|
#include <sta/debug/assert.hpp>
|
||||||
|
|
||||||
#include <cmsis_os2.h>
|
#include <cmsis_os2.h>
|
||||||
#include <FreeRTOS.h>
|
#include <FreeRTOS.h>
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
#include <sta/rtos/c_api/startup.h>
|
#include <sta/rtos/c_api/startup.h>
|
||||||
|
|
||||||
#include <sta/assert.hpp>
|
#include <sta/debug/assert.hpp>
|
||||||
#include <sta/lang.hpp>
|
#include <sta/lang.hpp>
|
||||||
#include <sta/rtos/system/can_bus.hpp>
|
#include <sta/rtos/system/can_bus.hpp>
|
||||||
#include <sta/rtos/system/events.hpp>
|
#include <sta/rtos/system/events.hpp>
|
||||||
#include <sta/rtos/system/watchdog.hpp>
|
#include <sta/rtos/system/watchdog.hpp>
|
||||||
#include <sta/stm32/init.hpp>
|
#include <sta/devices/stm32/init.hpp>
|
||||||
|
|
||||||
#include <cmsis_os2.h>
|
#include <cmsis_os2.h>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <sta/rtos/system/watchdog.hpp>
|
#include <sta/rtos/system/watchdog.hpp>
|
||||||
#ifdef STA_RTOS_SYSTEM_WATCHDOG_ENABLE
|
#ifdef STA_RTOS_SYSTEM_WATCHDOG_ENABLE
|
||||||
|
|
||||||
#include <sta/assert.hpp>
|
#include <sta/debug/assert.hpp>
|
||||||
#include <sta/lang.hpp>
|
#include <sta/lang.hpp>
|
||||||
#include <sta/rtos/defs.hpp>
|
#include <sta/rtos/defs.hpp>
|
||||||
#include <sta/rtos/system/events.hpp>
|
#include <sta/rtos/system/events.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user