Skip to content

Commit

Permalink
Update AsyncTCP.cpp (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukaswnd authored Jun 10, 2024
1 parent ca8ac5f commit 58cbe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AsyncTCP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit 58cbe1f

Please sign in to comment.