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 d8d3f96 commit a747194Copy full SHA for a747194
source/portable/NetworkInterface/STM32/NetworkInterface.c
@@ -787,6 +787,10 @@ static void prvEthernetUpdateConfig( void )
787
/* iptraceNETWORK_INTERFACE_STATUS_CHANGE(); */
788
xHalResult = HAL_ETH_Stop_IT( &xEthHandle );
789
configASSERT( xHalResult == HAL_OK );
790
+
791
+ #if ( ipconfigSUPPORT_NETWORK_DOWN_EVENT != 0 )
792
+ FreeRTOS_NetworkDown( pxMyInterface );
793
+ #endif
794
}
795
796
0 commit comments