mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
[fuzz] add stub for otPlatUartFlush() (#4031)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user