We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08604cf commit 57d78d9Copy full SHA for 57d78d9
source/portable/NetworkInterface/STM32/NetworkInterface.c
@@ -396,6 +396,7 @@ static BaseType_t xSTM32_NetworkInterfaceInitialise( NetworkInterface_t * pxInte
396
397
case eMACInitComplete:
398
configASSERT( xEthHandle.gState != HAL_ETH_STATE_ERROR );
399
+
400
if( xSTM32_GetPhyLinkStatus( pxInterface ) == pdPASS )
401
{
402
xInitResult = pdPASS;
0 commit comments