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:
SarenaAWS
2020-10-12 18:36:31 -07:00
committed by GitHub
parent e4d6696eb2
commit 748222bc07
3 changed files with 60 additions and 53 deletions

View File

@ -47,6 +47,9 @@
/************ End of logging configuration ****************/
/* FreeRTOS+TCP include. */
#include "FreeRTOS_Sockets.h"
/* Transport interface include. */
#include "transport_interface.h"