This commit is contained in:
2025-08-05 01:42:48 -04:00
parent c57538eb84
commit b58705c5c5

View File

@@ -73,6 +73,7 @@ void task1(void *pvParameters) {
printf("Task 1 is running\n");
printf("This is Task #1\n\n");
vTaskDelay((500)); // Delay for 1 second
xSemaphoreGive(xMutex);
}
}
}