FreeRTOS-Kernel/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator
Oscar Michael Abrina 2134bd6619
Match @param style for all MQTT demos (#343)
Some demos like MQTT plaintext, serializer, and keep alive do not use @param[in] or @param[out] and instead use @param only. This change makes it so that the style matches among all demos. In addition, because FREERTOS_CONFIG_H has no trailing underscore, CORE_MQTT_CONFIG_H_ is changed to CORE_MQTT_CONFIG_H and same for MBEDTLS_CONFIG_H_.
2020-10-13 13:08:46 -07:00
..
Common Move MQTT Plaintext Demo from lts-development to master (#315) 2020-10-05 12:19:21 -07:00
MQTT_Keep_Alive Match @param style for all MQTT demos (#343) 2020-10-13 13:08:46 -07:00
MQTT_Multitask Match @param style for all MQTT demos (#343) 2020-10-13 13:08:46 -07:00
MQTT_Mutual_Auth Match @param style for all MQTT demos (#343) 2020-10-13 13:08:46 -07:00
MQTT_Plain_Text Match @param style for all MQTT demos (#343) 2020-10-13 13:08:46 -07:00
MQTT_Serializer Match @param style for all MQTT demos (#343) 2020-10-13 13:08:46 -07:00