mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 04:02:29 +00:00
FreeRTOS
This commit is contained in:
@@ -100,7 +100,7 @@ void task1(void *pvParameters) {
|
|||||||
.num2 = 0,
|
.num2 = 0,
|
||||||
.num3 = 0,
|
.num3 = 0,
|
||||||
};
|
};
|
||||||
xQueueSend(xQueue1 &data, 1);
|
xQueueSend(xQueue1, &data, 0);
|
||||||
printf("Task 1 sent data");
|
printf("Task 1 sent data");
|
||||||
x++;
|
x++;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user