Encode Thread Error as Spinel Error for Transmit Last Status (#1544)

This commit is contained in:
Nick Banks
2017-03-31 08:53:21 -07:00
committed by Jonathan Hui
parent 8951a336fe
commit 27ddb2d260
+1 -1
View File
@@ -925,7 +925,7 @@ void NcpBase::LinkRawTransmitDone(RadioPacket *, bool aFramePending, ThreadError
SPINEL_CMD_PROP_VALUE_IS,
SPINEL_PROP_LAST_STATUS,
SPINEL_DATATYPE_UINT_PACKED_S SPINEL_DATATYPE_BOOL_S,
aError,
ThreadErrorToSpinelStatus(aError),
aFramePending
);