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
+1 -1
View File
@@ -29,7 +29,7 @@
include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
ot_cli_headers = \
cli-serial.h \
cli-uart.h \
$(NULL)
ot_clidir = $(includedir)/cli
@@ -32,18 +32,18 @@
* This file defines the top-level functions for the OpenThread CLI server.
*/
#ifndef CLI_SERIAL_H_
#define CLI_SERIAL_H_
#ifndef CLI_UART_H_
#define CLI_UART_H_
#ifdef __cplusplus
extern "C" {
#endif
/**
* Initialize the CLI serial server.
* Initialize the CLI UART module.
*
*/
void otCliSerialInit(void);
void otCliUartInit(void);
#ifdef __cplusplus
} // extern "C"