From 2d9f09baf1b8d611ba6a3330d5733a03483b8d36 Mon Sep 17 00:00:00 2001 From: Lukaswnd Date: Wed, 29 May 2024 14:43:50 +0200 Subject: [PATCH] Update AsyncTCP.cpp --- src/AsyncTCP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AsyncTCP.cpp b/src/AsyncTCP.cpp index 89ff6ee3..e61f8650 100644 --- a/src/AsyncTCP.cpp +++ b/src/AsyncTCP.cpp @@ -76,7 +76,7 @@ typedef struct { }; } lwip_event_packet_t; -static xQueueHandle _async_queue; +static QueueHandle_t _async_queue; static TaskHandle_t _async_service_task_handle = NULL;