mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 07:16:08 +00:00
FreeRTOS
This commit is contained in:
@@ -73,8 +73,8 @@ void app_main(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
xQueue1 = xQueueCreate(10, sizeof(int));
|
xQueue1 = xQueueCreate(10, sizeof(data));
|
||||||
xQueue2 = xQueueCreate(10, sizeof(int));
|
xQueue2 = xQueueCreate(10, sizeof(data));
|
||||||
if (xQueue1 == NULL || xQueue2 == NULL) {
|
if (xQueue1 == NULL || xQueue2 == NULL) {
|
||||||
printf("Failed to create queues\n");
|
printf("Failed to create queues\n");
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user