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