mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-28 22:18:36 -04:00
Files as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim release.
This commit is contained in:
parent
b24ab46d39
commit
b4c06085e1
17 changed files with 972 additions and 286 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue