Release:5.20灰测
This commit is contained in:
@@ -928,7 +928,7 @@ void ethernet_link_thread(void const * argument)
|
||||
|
||||
/* USER CODE BEGIN ETH link Thread core code for User BSP */
|
||||
#else
|
||||
bool lwip_initialized = false;
|
||||
// bool lwip_initialized = false;
|
||||
|
||||
for(;;)
|
||||
{
|
||||
@@ -983,12 +983,12 @@ void ethernet_link_thread(void const * argument)
|
||||
}
|
||||
}
|
||||
|
||||
if (lwip_initialized == false)
|
||||
{
|
||||
// if (lwip_initialized == false)
|
||||
// {
|
||||
|
||||
xTaskNotifyGive(DownLinkTaskHandle);
|
||||
lwip_initialized = true;
|
||||
}
|
||||
// xTaskNotifyGive(DownLinkTaskHandle);
|
||||
// lwip_initialized = true;
|
||||
// }
|
||||
|
||||
#endif
|
||||
/* USER CODE END ETH link Thread core code for User BSP */
|
||||
|
||||
Reference in New Issue
Block a user