]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/main.c
Files as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim release.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_IoT_Libraries / task_pool / main.c
index 7f42f9ab2cb81d834745038cd6b93bffd79ae82d..2cf6b382910edb3b49e8cef10622a1aa99881158 100644 (file)
  * 1 tab == 4 spaces!\r
  */\r
 \r
+       /***\r
+        * See https://www.FreeRTOS.org/task-pool/ for configuration and usage instructions.\r
+        ***/\r
+\r
+\r
 /* Standard includes. */\r
 #include <stdio.h>\r
 #include <time.h>\r
@@ -55,10 +60,9 @@ const uint8_t ucMACAddress[ 6 ] = { configMAC_ADDR0, configMAC_ADDR1, configMAC_
 \r
 int main( void )\r
 {\r
-       /*\r
-        * Instructions for using this project are provided on:\r
-        * TBD\r
-        */\r
+       /***\r
+        * See https://www.FreeRTOS.org/task-pool/ for configuration and usage instructions.\r
+        ***/\r
 \r
        /* Create the example that demonstrates task pool functionality.  Examples\r
        that demonstrate networking connectivity will be added in future projects\r