mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-08-24 02:48:04 +08:00
Fix coreHTTP demo compile warning (#1219)
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
This commit is contained in:
@ -200,6 +200,10 @@ static BaseType_t prvSendHttpRequest( const TransportInterface_t * pxTransportIn
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
extern BaseType_t xPlatformIsNetworkUp( void );
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
* @brief Create the task that demonstrates the HTTP API Demo over a
|
||||
* mutually-authenticated network connection with an HTTP server.
|
||||
|
@ -260,6 +260,10 @@ static BaseType_t prvSendHttpRequest( const TransportInterface_t * pxTransportIn
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
extern BaseType_t xPlatformIsNetworkUp( void );
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
* @brief Create the task that demonstrates the HTTP API Demo over a
|
||||
* mutually-authenticated network connection with an HTTP server.
|
||||
|
@ -429,6 +429,10 @@ static BaseType_t prvDownloadLoop( void );
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
extern BaseType_t xPlatformIsNetworkUp( void );
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
* @brief Create task to demonstrate the HTTP API over a server-authenticated
|
||||
* network connection with a server.
|
||||
|
@ -295,6 +295,10 @@ static BaseType_t prvVerifyS3ObjectFileSize( const TransportInterface_t * pxTran
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
extern BaseType_t xPlatformIsNetworkUp( void );
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
* @brief Create the task that demonstrates the HTTP API Demo over a
|
||||
* server-authenticated network connection with an HTTP server.
|
||||
|
Reference in New Issue
Block a user