Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 58cbe1f

Browse files
authored
Update AsyncTCP.cpp (#183)
1 parent ca8ac5f commit 58cbe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncTCP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ typedef struct {
7676
};
7777
} lwip_event_packet_t;
7878

79-
static xQueueHandle _async_queue;
79+
static QueueHandle_t _async_queue;
8080
static TaskHandle_t _async_service_task_handle = NULL;
8181

8282

0 commit comments

Comments
 (0)