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 */
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
/*----- Value in opt.h for DEFAULT_UDP_RECVMBOX_SIZE: 0 -----*/
|
||||
#define DEFAULT_UDP_RECVMBOX_SIZE 40
|
||||
/*----- Value in opt.h for DEFAULT_TCP_RECVMBOX_SIZE: 0 -----*/
|
||||
#define DEFAULT_TCP_RECVMBOX_SIZE 20
|
||||
#define DEFAULT_TCP_RECVMBOX_SIZE 6
|
||||
/*----- Value in opt.h for DEFAULT_ACCEPTMBOX_SIZE: 0 -----*/
|
||||
#define DEFAULT_ACCEPTMBOX_SIZE 6
|
||||
/*----- Value in opt.h for RECV_BUFSIZE_DEFAULT: INT_MAX -----*/
|
||||
|
||||
Reference in New Issue
Block a user