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

17 lines
307 B
C
Raw Normal View History

2015-10-15 23:14:27 +08:00
/*
* Copyright (c) 2006-2018, 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
*/
2014-01-02 18:30:13 +08:00
#ifndef __UART_H__
#define __UART_H__
void rt_hw_uart_init(void);
#endif