[fuzz] declare otPlatLog as weak (#8220)

This commit is contained in:
Jonathan Hui
2022-09-29 20:59:32 -07:00
committed by GitHub
parent 081567fda6
commit f6df50cde6
+1 -1
View File
@@ -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);