mirror of
https://github.com/espressif/openthread.git
synced 2026-09-23 09:27:40 +00:00
Encode Thread Error as Spinel Error for Transmit Last Status (#1544)
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user