4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 03:03:32 +08:00

18 lines
332 B
C
Raw Normal View History

2019-02-13 11:06:34 +08:00
/*
* File : drv_usart.h
* Copyright (C) 2018 Shanghai Eastsoft Microelectronics Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-01-23 wangyq the first version
*/
#ifndef DRV_USART_H__
#define DRV_USART_H__
int rt_hw_usart_init(void);
#endif