mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-18 19:52:28 +08:00
@@ -367,6 +367,8 @@ static void eth_rx_thread_entry(void* parameter)
|
||||
/* receive all of buffer */
|
||||
while (1)
|
||||
{
|
||||
if(device->eth_rx == RT_NULL) break;
|
||||
|
||||
p = device->eth_rx(&(device->parent));
|
||||
if (p != RT_NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user