Move startup files

This commit is contained in:
Henrik Stickann
2022-05-24 14:02:18 +02:00
parent 160f587ee1
commit 8e4dbe1100
2 changed files with 20 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
#include <sta/rtos/startup.hpp>
#include <sta/rtos/system/startup.hpp>
#ifdef STA_RTOS_STARTUP_ENABLE
#include <sta/lang.hpp>
#include <sta/rtos/system_event.hpp>
#include <sta/rtos/watchdog.hpp>
#include <sta/rtos/system/system_event.hpp>
#include <sta/rtos/system/watchdog.hpp>
#include <sta/stm32/init.hpp>
#include <cmsis_os2.h>