mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 21:25:15 -05:00
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_. |
||
|---|---|---|
| .. | ||
| Common | ||
| MQTT_Keep_Alive | ||
| MQTT_Multitask | ||
| MQTT_Mutual_Auth | ||
| MQTT_Plain_Text | ||
| MQTT_Serializer | ||