mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 19:57:46 +00:00
[api] update message API to create message with priority (#3199)
This commit is contained in:
committed by
Jonathan Hui
parent
f5fdf506ad
commit
f8909593a9
@@ -236,7 +236,7 @@ void TestMessageQueueOtApis(void)
|
||||
|
||||
for (int i = 0; i < kNumTestMessages; i++)
|
||||
{
|
||||
msg[i] = otIp6NewMessage(sInstance, true);
|
||||
msg[i] = otIp6NewMessage(sInstance, NULL);
|
||||
VerifyOrQuit(msg[i] != NULL, "otIp6NewMessage() failed.\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user