summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/main.c')
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/main.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/main.c
index 7f42f9ab2..2cf6b3829 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/main.c
@@ -25,6 +25,11 @@
* 1 tab == 4 spaces!
*/
+ /***
+ * See https://www.FreeRTOS.org/task-pool/ for configuration and usage instructions.
+ ***/
+
+
/* Standard includes. */
#include <stdio.h>
#include <time.h>
@@ -55,10 +60,9 @@ const uint8_t ucMACAddress[ 6 ] = { configMAC_ADDR0, configMAC_ADDR1, configMAC_
int main( void )
{
- /*
- * Instructions for using this project are provided on:
- * TBD
- */
+ /***
+ * See https://www.FreeRTOS.org/task-pool/ for configuration and usage instructions.
+ ***/
/* Create the example that demonstrates task pool functionality. Examples
that demonstrate networking connectivity will be added in future projects