Fixed more includes

This commit is contained in:
@CarlWachter 2024-01-01 16:18:21 +01:00
parent 29ef79391a
commit 810f34e2da
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include <sta/config.hpp>
#ifdef STA_RTOS_STACK_OVERFLOW_HOOK
#include <sta/assert.hpp>
#include <sta/debug/assert.hpp>
#include <sta/debug_serial.hpp>
#include <FreeRTOS.h>

View File

@ -9,7 +9,7 @@
#include <sta/config.hpp>
#ifdef STA_RTOS_CAN_BUS_ENABLE
#include <sta/assert.hpp>
#include <sta/debug/assert.hpp>
#include <sta/bus/can/subscribable.hpp>
#include <sta/debug_serial.hpp>
#include <sta/lang.hpp>