Do not rely on configENABLE_BACKWARD_COMPATIBILITY

This commit is contained in:
Mathieu Carbou
2024-04-20 11:14:17 +02:00
parent 81f30aaa72
commit ea3ebd7289
+1 -1
View File
@@ -78,7 +78,7 @@ typedef struct {
};
} lwip_event_packet_t;
static xQueueHandle _async_queue;
static QueueHandle_t _async_queue;
static TaskHandle_t _async_service_task_handle = NULL;