Unpause network RX queue on PLIP timeout

This commit is contained in:
RichardG867
2020-10-17 17:44:57 -03:00
parent 6ef260fa4f
commit a620168bd3

View File

@@ -117,6 +117,8 @@ timeout_timer(void *priv)
dev->rx_pkt = NULL;
}
network_rx_pause = 0;
timer_disable(&dev->timeout_timer);
}