mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 20:50:05 +00:00
NCP handler MLE Prefix, remove duplicate answer (#1893)
This commit is contained in:
@@ -5387,7 +5387,6 @@ otError NcpBase::SetPropertyHandler_IPV6_ML_PREFIX(uint8_t header, spinel_prop_k
|
||||
if (value_len >= 8)
|
||||
{
|
||||
errorCode = otThreadSetMeshLocalPrefix(mInstance, value_ptr);
|
||||
HandleCommandPropertyGet(header, key);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user