Rename otPlatSerial* to otPlatUart*. (#253)

This commit is contained in:
Jonathan Hui
2016-07-07 12:18:58 -07:00
committed by GitHub
parent e59f66b4d0
commit 9baa18e6e6
20 changed files with 97 additions and 97 deletions
+2 -2
View File
@@ -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)
{
}