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