summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Sun <smn@amazon.com>2021-10-26 08:35:13 +0800
committerAndy Sun <smn@amazon.com>2021-11-09 17:14:16 +0800
commitc5de17a053cb77eacbf1010c7a799c70856b4f60 (patch)
tree36db4f26e6f1a6e38194d28e97e4a730ad1f42fe
parent8b2031dde88fb76f9cbd7662ba029c85348ba02e (diff)
downloadfreertos-git-c5de17a053cb77eacbf1010c7a799c70856b4f60.tar.gz
Add start marker for CI validation.
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/main.c
index 4a25f6fab..7216f97da 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/main.c
@@ -187,6 +187,9 @@ static void CellularDemoTask( void * pvParameters )
configASSERT( retCellular == true );
/* Run the MQTT demo. */
+ /* Demos that use the network are created after the network is
+ * up. */
+ LogInfo( ( "---------STARTING DEMO---------\r\n" ) );
vStartSimpleMQTTDemo();
vTaskDelete( NULL );