4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 17:53:31 +08:00
2021-02-11 04:51:35 +08:00

19 lines
415 B
C

/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018.10.30 SummerGift first version
* 2019.03.05 whj4674672 add stm32h7
* 2020-10-14 Dozingfiretruck Porting for stm32wbxx
*/
#ifndef __DRV_USART_H__
#define __DRV_USART_H__
int rt_hw_usart_init(void);
#endif /* __DRV_USART_H__ */