mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-08-06 09:39:44 +08:00
Small MQTT Plaintext hygiene updates (#324)
- Fix the config file header include gaurd - Fixes comments only in the main prvMQTTDemoTask( void * pvParameters ) - Deletes unused headers. - Check the return value of MQTT_Disconnect(). Co-authored-by: Oscar Michael Abrina <abrinao@amazon.com>
This commit is contained in:
@ -47,6 +47,9 @@
|
||||
|
||||
/************ End of logging configuration ****************/
|
||||
|
||||
/* FreeRTOS+TCP include. */
|
||||
#include "FreeRTOS_Sockets.h"
|
||||
|
||||
/* Transport interface include. */
|
||||
#include "transport_interface.h"
|
||||
|
||||
|
Reference in New Issue
Block a user