This commit is contained in:
2025-08-05 02:14:43 -04:00
parent ffa5d6fc75
commit 120f0831ca

View File

@@ -103,6 +103,8 @@ void task1(void *pvParameters) {
}
void task2(void *pvParameters) {
int x = 0;
while (1) {
if (xSemaphoreTake(xMutex, 1500)) {
printf("Task 2 is running\n");