This commit is contained in:
2025-08-05 02:24:40 -04:00
parent d397072aca
commit 1c968854d8

View File

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