diff --git a/Core/Src/freertos.c b/Core/Src/freertos.c index 81500c8..5a1ff45 100644 --- a/Core/Src/freertos.c +++ b/Core/Src/freertos.c @@ -126,6 +126,13 @@ void MX_FREERTOS_Init(void) { void StartDefaultTask(void *argument) { /* USER CODE BEGIN StartDefaultTask */ + +#define STA_RTOS_SYSTEM_EVENTS_ENABLE +#define STA_RTOS_WATCHDOG_ENABLE + + extern void startALPAKA(void *); + startALPAKA(argument); + /* Infinite loop */ for(;;) {