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 1599660 commit 65001d8Copy full SHA for 65001d8
source/FreeRTOS_IP.c
@@ -670,15 +670,6 @@ void vIPNetworkUpCalls( struct xNetworkEndPoint * pxEndPoint )
670
#endif
671
#endif /* ipconfigUSE_NETWORK_EVENT_HOOK */
672
673
- #if ( ipconfigDNS_USE_CALLBACKS != 0 )
674
- {
675
- /* The following function is declared in FreeRTOS_DNS.c and 'private' to
676
- * this library */
677
- extern void vDNSInitialise( void );
678
- vDNSInitialise();
679
- }
680
- #endif /* ipconfigDNS_USE_CALLBACKS != 0 */
681
-
682
/* Set remaining time to 0 so it will become active immediately. */
683
if( pxEndPoint->bits.bIPv6 == pdTRUE_UNSIGNED )
684
{
0 commit comments