rt-thread/bsp/es32f0654/drivers/drv_usart.h

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