diff --git a/Core/Src/freertos.c b/Core/Src/freertos.c index 24bb4f8..c4abf55 100644 --- a/Core/Src/freertos.c +++ b/Core/Src/freertos.c @@ -150,7 +150,7 @@ void MX_FREERTOS_Init(void) { void StartDefaultTask(void const * argument) { /* USER CODE BEGIN StartDefaultTask */ - + osDelay(2000); /* Infinite loop */ for(;;) {