mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 12:17:47 +00:00
Ncp: Fix the ExtAddress encoding in child table property getter (#510)
This commit is contained in:
committed by
Jonathan Hui
parent
51baf4ab4d
commit
2d914a1cc0
@@ -1832,7 +1832,7 @@ ThreadError NcpBase::GetPropertyHandler_THREAD_CHILD_TABLE(uint8_t header, spine
|
||||
SuccessOrExit(
|
||||
errorCode = OutboundFrameFeedPacked(
|
||||
"T(ESSLLCCcbbbb)",
|
||||
childInfo.mExtAddress,
|
||||
childInfo.mExtAddress.m8,
|
||||
childInfo.mChildId,
|
||||
childInfo.mRloc16,
|
||||
childInfo.mTimeout,
|
||||
|
||||
Reference in New Issue
Block a user