mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 03:42:24 +00:00
FreeRTOS
This commit is contained in:
@@ -136,7 +136,9 @@ void task2(void *pvParameters) {
|
|||||||
.num2 = y,
|
.num2 = y,
|
||||||
.num3 = 0,
|
.num3 = 0,
|
||||||
};
|
};
|
||||||
|
s_data.num2 = y;
|
||||||
xQueueSend(xQueue2, &data, 0);
|
xQueueSend(xQueue2, &data, 0);
|
||||||
|
xQueueSend(xQueue2, &s_data, 0);
|
||||||
printf("Task 2 sent y=%" PRIu32 "\n", y);
|
printf("Task 2 sent y=%" PRIu32 "\n", y);
|
||||||
y++;
|
y++;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user