Files as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim release.

This commit is contained in:
Richard Barry 2019-07-25 20:20:24 +00:00
parent b24ab46d39
commit b4c06085e1
17 changed files with 972 additions and 286 deletions

View file

@ -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. */