Skip to content

Commit a4aa0a1

Browse files
committed
Adding OTA handler for incomming packets
1 parent 3837f16 commit a4aa0a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/evkbmimxrt1060/test/integration_test.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@ static void ThreadWrapper( void * pParam )
117117

118118
/*-----------------------------------------------------------*/
119119

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+
120131
int FRTest_GenerateRandInt()
121132
{
122133
static bool first = true;

0 commit comments

Comments
 (0)