Adapted include paths to latest sta-core changes

This commit is contained in:
dario 2023-08-30 21:13:35 +02:00
parent 652aea896f
commit ad6c4fd297
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
# error "Internal header. Use <sta/rtos/handle.hpp> instead."
#endif // !STA_RTOS_HANDLE_HPP
#include <sta/assert.hpp>
#include <sta/debug/assert.hpp>
namespace sta

View File

@ -1,6 +1,6 @@
#include <sta/rtos/system/events.hpp>
#include <sta/assert.hpp>
#include <sta/debug/assert.hpp>
#include <cmsis_os2.h>
#include <FreeRTOS.h>

View File

@ -2,12 +2,12 @@
#include <sta/rtos/c_api/startup.h>
#include <sta/assert.hpp>
#include <sta/debug/assert.hpp>
#include <sta/lang.hpp>
#include <sta/rtos/system/can_bus.hpp>
#include <sta/rtos/system/events.hpp>
#include <sta/rtos/system/watchdog.hpp>
#include <sta/stm32/init.hpp>
#include <sta/devices/stm32/init.hpp>
#include <cmsis_os2.h>

View File

@ -1,7 +1,7 @@
#include <sta/rtos/system/watchdog.hpp>
#ifdef STA_RTOS_SYSTEM_WATCHDOG_ENABLE
#include <sta/assert.hpp>
#include <sta/debug/assert.hpp>
#include <sta/lang.hpp>
#include <sta/rtos/defs.hpp>
#include <sta/rtos/system/events.hpp>