diff --git a/Core/Src/freertos.c b/Core/Src/freertos.c index c4abf55..51af263 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); + osDelay(5000); /* Infinite loop */ for(;;) {