[restore] Restore format
This commit is contained in:
parent
ad9c4ea15b
commit
962a97b683
|
@ -715,7 +715,7 @@ static void eth_rx_thread_entry(void* parameter)
|
|||
rt_hw_interrupt_enable(level);
|
||||
|
||||
/* receive all of buffer */
|
||||
while(1)
|
||||
while (1)
|
||||
{
|
||||
if(device->eth_rx == RT_NULL) break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue