mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-28 22:18:36 -04:00
Cosmetic changes in the MQTT demo
- Fix warnings in the MQTT code. - Update comments in the iot_config.h.
This commit is contained in:
parent
17b18c8b7e
commit
95f60318d5
6 changed files with 63 additions and 46 deletions
|
@ -65,8 +65,8 @@ environment.
|
|||
|
||||
mainCREATE_SIMPLE_MQTT_EXAMPLE_TASKS: TBD
|
||||
*/
|
||||
#define mainCREATE_SIMPLE_UDP_CLIENT_SERVER_TASKS 1
|
||||
#define mainCREATE_SIMPLE_MQTT_EXAMPLE_TASKS 0
|
||||
#define mainCREATE_SIMPLE_UDP_CLIENT_SERVER_TASKS 0
|
||||
#define mainCREATE_SIMPLE_MQTT_EXAMPLE_TASKS 1
|
||||
|
||||
/* Simple UDP client and server task parameters. */
|
||||
#define mainSIMPLE_UDP_CLIENT_SERVER_TASK_PRIORITY ( tskIDLE_PRIORITY )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue