mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 08:10:11 +00:00
Rename otPlatSerial* to otPlatUart*. (#253)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user