xref
: /
bsp
/
nxp
/
lpc
/
lpc176x
/
drivers
/
uart.h
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
__UART_H__
2
#
define
__UART_H__
3
4
void
rt_hw_uart_init
(
void
);
5
6
#
endif
7