rt-thread/bsp/lpc408x/drivers/drv_uart.h

17 lines
311 B
C
Raw Normal View History

2015-10-15 23:14:27 +08:00
/*
2021-03-17 02:26:35 +08:00
* Copyright (c) 2006-2021, RT-Thread Development Team
2015-10-15 23:14:27 +08:00
*
* SPDX-License-Identifier: Apache-2.0
2015-10-15 23:14:27 +08:00
*
* Change Logs:
* Date Author Notes
* 2014-01-05 NongXiaoming The first version for LPC40xx
*/
2019-03-08 15:02:46 +08:00
#ifndef DRV_UART_H__
#define DRV_UART_H__
2014-01-02 18:30:13 +08:00
void rt_hw_uart_init(void);
#endif