mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 13:45:07 -05:00
Update cellular interface submodule pointer (#1141)
This commit is contained in:
parent
b9cb18e46e
commit
4bad7a6ba4
7 changed files with 18 additions and 13 deletions
|
|
@ -51,6 +51,10 @@
|
|||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
extern UBaseType_t uxRand();
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
#if ( ipconfigUSE_LLMNR != 0 ) || ( ipconfigUSE_NBNS != 0 ) || ( ipconfigDHCP_REGISTER_HOSTNAME == 1 )
|
||||
|
||||
const char * pcApplicationHostnameHook( void )
|
||||
|
|
@ -209,6 +213,8 @@ void vPlatformInitIpStack( void )
|
|||
NetworkInterface_t * pxInterface );
|
||||
pxLibslirp_FillInterfaceDescriptor( 0, &( xInterfaces[ 0 ] ) );
|
||||
#else
|
||||
extern NetworkInterface_t * pxWinPcap_FillInterfaceDescriptor( BaseType_t xEMACIndex,
|
||||
NetworkInterface_t * pxInterface );
|
||||
pxWinPcap_FillInterfaceDescriptor( 0, &( xInterfaces[ 0 ] ) );
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue