This commit is contained in:
2025-08-05 03:52:11 -04:00
parent 4e71eef258
commit 788a4f545b

View File

@@ -77,6 +77,7 @@ void app_main(void)
printf("Failed to create mutex\n");
return;
}
xQueue = xQueueCreate(10, sizeof(SensorsData));
xQueue1 = xQueueCreate(10, sizeof(SensorsData));
xQueue2 = xQueueCreate(10, sizeof(SensorsData));
if (xQueue1 == NULL || xQueue2 == NULL) {