Fix coreHTTP demo compile warning (#1219)

Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
pull/1224/head
chinglee-iot 9 months ago committed by GitHub
parent 6cda0cf7fc
commit 680a1255e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 * @brief Create the task that demonstrates the HTTP API Demo over a
* mutually-authenticated network connection with an HTTP server. * 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 * @brief Create the task that demonstrates the HTTP API Demo over a
* mutually-authenticated network connection with an HTTP server. * 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 * @brief Create task to demonstrate the HTTP API over a server-authenticated
* network connection with a server. * 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 * @brief Create the task that demonstrates the HTTP API Demo over a
* server-authenticated network connection with an HTTP server. * server-authenticated network connection with an HTTP server.

Loading…
Cancel
Save