From 58cbe1fabe78977e3140391c01c03f0cb51e347c Mon Sep 17 00:00:00 2001 From: Lukaswnd Date: Mon, 10 Jun 2024 07:53:19 +0200 Subject: [PATCH] Update AsyncTCP.cpp (#183) --- src/AsyncTCP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AsyncTCP.cpp b/src/AsyncTCP.cpp index 89ff6ee..e61f865 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;