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
@@ -27,7 +27,7 @@
*/
#include <openthread.h>
#include <cli/cli-serial.h>
#include <cli/cli-uart.h>
#include <platform.h>
void otSignalTaskletPending(void)
@@ -38,7 +38,7 @@ int main(int argc, char *argv[])
{
PlatformInit(argc, argv);
otInit();
otCliSerialInit();
otCliUartInit();
while (1)
{