drv_usart.h 437 字节
Newer Older
A
ardafu 已提交
1
/*
2
 * Copyright (c) 2006-2018, RT-Thread Development Team
A
ardafu 已提交
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
A
ardafu 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18
 *
 * Change Logs:
 * Date           Author       Notes
 * 2009-01-05     Bernard      the first version
 * 2015-08-01     xiaonong     the first version for stm32f7xx
 * 2016-01-15     ArdaFu       the first version for stm32f4xx with STM32 HAL
 */

#ifndef __USART_H__
#define __USART_H__

extern void USART2_IRQHandler(void);

#endif