mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 00:03:42 +00:00
Update cellular interface submodule pointer (#1141)
This commit is contained in:
@@ -213,11 +213,6 @@
|
||||
*/
|
||||
#define mqttexampleTRANSPORT_SEND_RECV_TIMEOUT_MS ( 5000U )
|
||||
|
||||
/**
|
||||
* @brief Transport timeout in milliseconds for transport send and receive.
|
||||
*/
|
||||
#define mqttexampleTRANSPORT_SEND_RECV_TIMEOUT_MS ( 200U )
|
||||
|
||||
/**
|
||||
* @brief The length of the outgoing publish records array used by the coreMQTT
|
||||
* library to track QoS > 0 packet ACKS for outgoing publishes.
|
||||
@@ -404,6 +399,10 @@ static MQTTStatus_t prvProcessLoopWithTimeout( MQTTContext_t * pMqttContext,
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
extern UBaseType_t uxRand();
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @brief Static buffer used to hold MQTT messages being sent and received.
|
||||
*/
|
||||
|
||||
Submodule FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface updated: e5862bdaf6...4675955e0e
Submodule FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/bg96 updated: c33a3628e0...6761849664
Submodule FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/hl7802 updated: 6893670f0f...7d6393a00a
Submodule FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/sara-r4 updated: a2d84ffe95...f536afea36
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user