Skip to content

Commit

Permalink
Merge branch 'me-no-dev:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc authored Jun 17, 2024
2 parents 6cb524c + 58cbe1f commit 0dadf77
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 0dadf77

Please sign in to comment.