mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 22:09:54 +00:00
[link-raw] fix a log error (#2684)
This commit is contained in:
@@ -521,7 +521,7 @@ exit:
|
||||
|
||||
otError otLinkRawReceive(otInstance *aInstance, otLinkRawReceiveDone aCallback)
|
||||
{
|
||||
otLogInfoPlat(aInstance, "LinkRaw Recv (Channel %d)", aChannel);
|
||||
otLogInfoPlat(aInstance, "LinkRaw Recv");
|
||||
return static_cast<Instance *>(aInstance)->GetLinkRaw().Receive(aCallback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user