fixed wrong include

This commit is contained in:
Frederick Loeffel 2025-03-30 17:08:20 +02:00
parent 3bf870bb24
commit 416236f290

View File

@ -11,9 +11,8 @@
#include <sta/bus/can/subscribable.hpp>
#include <sta/lang.hpp>
#include <sta/rtos/defs.hpp>
#include <sta/rtos/system/events.hpp>
#include <sta/rtos/event.hpp>
#include <sta/devices/stm32/hal.hpp>
#include <sta/rtos/system/events.hpp>
#include <sta/rtos/system/can_bus.hpp>
#include <cmsis_os2.h>