mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
[radio] unify around otExtAddress type (#2029)
This commit is contained in:
+1
-1
@@ -881,7 +881,7 @@ void Interpreter::ProcessExtAddress(int argc, char *argv[])
|
||||
|
||||
if (argc == 0)
|
||||
{
|
||||
otBufferPtr extAddress(otLinkGetExtendedAddress(mInstance));
|
||||
otBufferPtr extAddress(reinterpret_cast<const uint8_t *>(otLinkGetExtendedAddress(mInstance)));
|
||||
OutputBytes(extAddress, OT_EXT_ADDRESS_SIZE);
|
||||
mServer->OutputFormat("\r\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user