summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/main.c')
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/main.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/main.c
index 213defd03..bedfd3e85 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/main.c
@@ -25,9 +25,9 @@
* 1 tab == 4 spaces!
*/
-/*
- * TBD
- */
+ /***
+ * See https://www.FreeRTOS.org/mqtt/index.html for configuration and usage instructions.
+ ***/
/* Standard includes. */
#include <stdio.h>
@@ -102,10 +102,9 @@ static UBaseType_t ulNextRand;
int main( void )
{
- /*
- * Instructions for using this project are provided on:
- * TBD
- */
+ /***
+ * See https://www.FreeRTOS.org/mqtt/index.html for configuration and usage instructions.
+ ***/
/* Miscellaneous initialisation including preparing the logging and seeding
the random number generator. */