mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 11:48:48 +00:00
FreeRTOS
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user