[restore] Restore format

This commit is contained in:
liuxianliang 2021-04-15 12:50:54 +08:00
parent ad9c4ea15b
commit 962a97b683
1 changed files with 25 additions and 25 deletions

View File

@ -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;