mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 10:50:52 +00:00
FreeRTOS
This commit is contained in:
@@ -77,6 +77,7 @@ void app_main(void)
|
|||||||
printf("Failed to create mutex\n");
|
printf("Failed to create mutex\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
xQueue = xQueueCreate(10, sizeof(SensorsData));
|
||||||
xQueue1 = xQueueCreate(10, sizeof(SensorsData));
|
xQueue1 = xQueueCreate(10, sizeof(SensorsData));
|
||||||
xQueue2 = xQueueCreate(10, sizeof(SensorsData));
|
xQueue2 = xQueueCreate(10, sizeof(SensorsData));
|
||||||
if (xQueue1 == NULL || xQueue2 == NULL) {
|
if (xQueue1 == NULL || xQueue2 == NULL) {
|
||||||
|
Reference in New Issue
Block a user