drv_uart.h 307 字节
Newer Older
B
Bernard Xiong 已提交
1
/*
2
 * Copyright (c) 2006-2018, RT-Thread Development Team
B
Bernard Xiong 已提交
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
B
Bernard Xiong 已提交
5 6 7 8 9 10
 *
 * Change Logs:
 * Date           Author            Notes
 * 2014-01-05     NongXiaoming      The first version for LPC40xx
 */

N
nongxiaoming 已提交
11 12 13 14 15 16
#ifndef __UART_H__
#define __UART_H__

void rt_hw_uart_init(void);

#endif