Fixed bug
This commit is contained in:
@@ -171,7 +171,7 @@ void AsyncUdpListener::poll(TickType_t xTicksToWait)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
lwip_event_packet_t *e{NULL};
|
lwip_event_packet_t *e{NULL};
|
||||||
while (_udp_queue->receive(&e, 0) == pdTRUE)
|
while (_udp_queue->receive(&e, xTicksToWait) == pdTRUE)
|
||||||
{
|
{
|
||||||
if (!e->pb)
|
if (!e->pb)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user