mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 01:07:47 -04:00
Update Fleet Provisioning Demo comments (#762)
This commit is contained in:
parent
626b54819b
commit
4e450d39d4
3 changed files with 4 additions and 4 deletions
|
@ -496,9 +496,8 @@ void vStartFleetProvisioningDemo()
|
|||
mbedtls_platform_mutex_unlock );
|
||||
|
||||
/* This example uses a single application task, which shows that how to use
|
||||
* Device Defender library to generate and validate AWS IoT Device Defender
|
||||
* MQTT topics, and use the coreMQTT library to communicate with the AWS
|
||||
* IoT Device Defender service. */
|
||||
* Fleet Provisioning library to generate and sign certificates with AWS IoT
|
||||
* and create new IoT Things using the AWS IoT Fleet Provisioning API */
|
||||
xTaskCreate( prvFleetProvisioningTask, /* Function that implements the task. */
|
||||
"DemoTask", /* Text name for the task - only used for debugging. */
|
||||
democonfigDEMO_STACKSIZE, /* Size of stack (in words, not bytes) to allocate for the task. */
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
/***
|
||||
* See https://www.FreeRTOS.org/iot-device-defender for configuration and usage instructions.
|
||||
* See https://www.FreeRTOS.org/iot-fleet-provisioning for configuration and usage instructions.
|
||||
***/
|
||||
|
||||
/* Standard includes. */
|
||||
|
|
|
@ -51,6 +51,7 @@ appropiate
|
|||
aptime
|
||||
apu
|
||||
ar
|
||||
aren't
|
||||
args
|
||||
armv
|
||||
arp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue