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