CAN Bus shifted to TACOS from rtos

This commit is contained in:
@CarlWachter
2024-02-16 14:44:29 +01:00
parent db43a3c7df
commit 7da60dc85e
4 changed files with 40 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
#include <sta/config.hpp>
#ifdef STA_RTOS_CAN_BUS_ENABLE
#ifdef STA_CAN_BUS_ENABLE
#include <sta/tacos/thread.hpp>
#include <sta/rtos/queue.hpp>
@@ -127,5 +127,5 @@ namespace sta
} /* namespace sta */
#endif /* STA_RTOS_CAN_BUS_ENABLE */
#endif /* STA_CAN_BUS_ENABLE */
#endif /* INCLUDE_TACOS_CAN_BUS_HPP_ */