We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3837f16 commit a4aa0a1Copy full SHA for a4aa0a1
examples/evkbmimxrt1060/test/integration_test.c
@@ -117,6 +117,17 @@ static void ThreadWrapper( void * pParam )
117
118
/*-----------------------------------------------------------*/
119
120
+/* Adding this function to use the common MQTT agent task. */
121
+bool otaDemo_handleIncomingMQTTMessage( char * topic,
122
+ size_t topicLength,
123
+ uint8_t * message,
124
+ size_t messageLength )
125
+{
126
+ return false;
127
+}
128
+
129
+/*-----------------------------------------------------------*/
130
131
int FRTest_GenerateRandInt()
132
{
133
static bool first = true;
0 commit comments