mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 16:20:05 +00:00
[api] change type from uint8_t* to otExtendedPanId (#2960)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "test_platform.h"
|
||||
#include "test_util.h"
|
||||
|
||||
static const uint8_t sXPanId[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08};
|
||||
static const otExtendedPanId sXPanId = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}};
|
||||
|
||||
void TestMinimumPassphrase(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user