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
|
|
|
*
|
2018-10-22 11:02:14 +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
|