mirror of
https://github.com/espressif/openthread.git
synced 2026-07-26 05:53:45 +00:00
[fuzz] declare otPlatLog as weak (#8220)
This commit is contained in:
@@ -228,7 +228,7 @@ otPlatResetReason otPlatGetResetReason(otInstance *aInstance)
|
||||
return OT_PLAT_RESET_REASON_POWER_ON;
|
||||
}
|
||||
|
||||
void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...)
|
||||
OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aLogLevel);
|
||||
OT_UNUSED_VARIABLE(aLogRegion);
|
||||
|
||||
Reference in New Issue
Block a user