mirror of
https://github.com/espressif/openthread.git
synced 2026-09-10 11:10:08 +00:00
Rename otPlatSerial* to otPlatUart*. (#253)
This commit is contained in:
@@ -49,11 +49,11 @@ extern "C" bool otAreTaskletsPending(void)
|
||||
return false;
|
||||
}
|
||||
|
||||
extern "C" void otPlatSerialSendDone(void)
|
||||
extern "C" void otPlatUartSendDone(void)
|
||||
{
|
||||
}
|
||||
|
||||
extern "C" void otPlatSerialReceived(const uint8_t *aBuf, uint16_t aBufLength)
|
||||
extern "C" void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user