4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-14 15:09:25 +08:00

17 lines
302 B
C
Raw Normal View History

2019-11-07 10:00:14 +08:00
/*
* Copyright (C) 2018 Shanghai Eastsoft Microelectronics Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-07-12 wangyq the first version
*/
#ifndef DRV_UART_H__
#define DRV_UART_H__
int rt_hw_uart_init(void);
#endif