Browse Source

在网络连接线程中添加一个连接状态检测

new_pcb
tianjialong 2 years ago
parent
commit
f51aea8107
  1. 2
      Src/ethernetif.c

2
Src/ethernetif.c

@ -751,7 +751,7 @@ void ethernet_link_thread(void const * argument)
struct netif *netif = (struct netif *) argument;
/* USER CODE BEGIN ETH link init */
netif->link_callback(netif);
/* USER CODE END ETH link init */
for(;;)

Loading…
Cancel
Save