Ncp: Fix the ExtAddress encoding in child table property getter (#510)

This commit is contained in:
Abtin Keshavarzian
2016-09-01 12:53:00 -07:00
committed by Jonathan Hui
parent 51baf4ab4d
commit 2d914a1cc0
+1 -1
View File
@@ -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,