Skip to content

Commit 41d699c

Browse files
committed
Clean redundant comment
1 parent 57d78d9 commit 41d699c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/portable/NetworkInterface/STM32/NetworkInterface.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -695,16 +695,6 @@ static void prvEMACHandlerTask( void * pvParameters )
695695
if( xPhyCheckLinkStatus( &xPhyObject, xResult ) != pdFALSE )
696696
{
697697
prvEthernetUpdateConfig();
698-
699-
/*
700-
#if ( ipconfigSUPPORT_NETWORK_DOWN_EVENT != 0 )
701-
{
702-
if( xGetPhyLinkStatus() == pdFALSE )
703-
{
704-
FreeRTOS_NetworkDown();
705-
}
706-
}
707-
*/
708698
}
709699
}
710700
}

0 commit comments

Comments
 (0)