Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ static void prvEventCallback( MQTTContext_t * pxMqttContext,
*
* The helper functions this demo uses for MQTT operations have internal
* loops to process incoming messages. Those are not the focus of this demo
* and therefor, are placed in a separate file shadow_demo_helpers.c.
* and therefore, are placed in a separate file shadow_demo_helpers.c.
*/
void prvShadowDemoTask( void * pvParameters )
{
Expand Down
Loading