Create mqtt_pkcs11_demo_helpers for AWS demos (#769)

* Create mqtt_pkcs11_demo_helpers by modifying mqtt_demo_helpers

* Update formatting and variable naming

* Fix multi-line parameter formatting

* Update file headers to match latest release version
This commit is contained in:
johnrhen 2022-01-11 11:34:39 -08:00 committed by GitHub
parent 9b27a5de4e
commit 348ebbcbf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1304 additions and 1312 deletions

View file

@ -202,8 +202,8 @@ typedef struct PublishPackets
/*-----------------------------------------------------------*/
/**
* @brief Each compilation unit that consumes the NetworkContext must define it.
/**
* @brief Each compilation unit that consumes the NetworkContext must define it.
* It should contain a single pointer to the type of your desired transport.
* When using multiple transports in the same compilation unit, define this pointer as void *.
*