mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[spinel] fix serialization for SPINEL_PROP_RCP_ENH_ACK_PROBING (#7146)
Signed-off-by: Lukasz Maciejonczyk <[email protected]>
This commit is contained in:
@@ -2435,8 +2435,9 @@ otError RadioSpinel<InterfaceType, ProcessContextType>::ConfigureEnhAckProbing(o
|
||||
flags |= SPINEL_THREAD_LINK_METRIC_RSSI;
|
||||
}
|
||||
|
||||
error = Set(SPINEL_PROP_RCP_ENH_ACK_PROBING, SPINEL_DATATYPE_UINT16_S, SPINEL_DATATYPE_EUI64_S,
|
||||
SPINEL_DATATYPE_UINT8_S, aShortAddress, aExtAddress.m8, flags);
|
||||
error =
|
||||
Set(SPINEL_PROP_RCP_ENH_ACK_PROBING, SPINEL_DATATYPE_UINT16_S SPINEL_DATATYPE_EUI64_S SPINEL_DATATYPE_UINT8_S,
|
||||
aShortAddress, aExtAddress.m8, flags);
|
||||
|
||||
return error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user