[fuzz] add stub for otPlatUartFlush() (#4031)

This commit is contained in:
Jonathan Hui
2019-07-29 08:26:17 -07:00
committed by GitHub
parent e0fdc20f47
commit beac7ae438
+5
View File
@@ -420,6 +420,11 @@ otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength)
return OT_ERROR_NONE;
}
otError otPlatUartFlush(void)
{
return OT_ERROR_NOT_IMPLEMENTED;
}
void otPlatDiagProcess(otInstance *aInstance, int argc, char *argv[], char *aOutput, size_t aOutputMaxLen)
{
OT_UNUSED_VARIABLE(aInstance);