This website works better with JavaScript
Home
Explore
Help
Sign In
root
/
rt-thread
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
6bd0252e26
Branches
Tags
master
rt-thread
/
bsp
/
lpc176x
/
uart.h
uart.h
81 B
History
Raw
1
2
3
4
5
6
#ifndef __UART_H__
#define __UART_H__
void rt_hw_uart_init(void);
#endif