From 55b7b8b8e265fcc554a7e4d4c8ed0501e28ee88c Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Fri, 2 Dec 2022 16:43:21 +0100 Subject: [PATCH] Add CAN sys task enable --- include/sta/rtos/easy_config.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/sta/rtos/easy_config.hpp b/include/sta/rtos/easy_config.hpp index 3bf8c64..1ead253 100644 --- a/include/sta/rtos/easy_config.hpp +++ b/include/sta/rtos/easy_config.hpp @@ -44,8 +44,9 @@ // Enable system events used by system tasks # define STA_RTOS_SYSTEM_EVENT_ENABLE // Enable system tasks -# define STA_RTOS_WATCHDOG_ENABLE +# define STA_RTOS_CAN_BUS_ENABLE # define STA_RTOS_STARTUP_ENABLE +# define STA_RTOS_WATCHDOG_ENABLE #endif // STA_RTOS_EASY_CONFIG_SYSTEM_TASKS_ENABLE