Fix MQTT multitask demo build (#1214)

* Fix MQTT multitask demo build

* Fix formatting

* Update FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/freertos_command_pool.c

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>

---------

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
Tony Josi 2024-04-22 23:13:44 +05:30 committed by GitHub
parent 140ce29320
commit 24ad46b7f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -41,6 +41,9 @@
#include "freertos_command_pool.h"
#include "freertos_agent_message.h"
/* Demo config include. */
#include "demo_config.h"
/*-----------------------------------------------------------*/
#define QUEUE_NOT_INITIALIZED ( 0U )