mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 00:49:53 +00:00
Fix building of CC2538 target with enabled platform logging (#1422)
This commit is contained in:
@@ -113,7 +113,7 @@ ThreadError otLinkRawSetPromiscuous(otInstance *aInstance, bool aEnable)
|
||||
|
||||
VerifyOrExit(aInstance->mLinkRaw.IsEnabled(), error = kThreadError_InvalidState);
|
||||
|
||||
otLogInfoPlat("LinkRaw Promiscuous=%d", aEnabled ? 1 : 0);
|
||||
otLogInfoPlat("LinkRaw Promiscuous=%d", aEnable ? 1 : 0);
|
||||
|
||||
otPlatRadioSetPromiscuous(aInstance, aEnable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user