This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread
Watch
4
Star
0
Fork
0
You've already forked rt-thread
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
rt-thread
/
bsp
/
nxp
/
lpc
/
lpc178x
/
drivers
/
uart.h
7 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
Re-normalizing the repo
2013-01-08 22:40:58 +08:00
#
ifndef __UART_H__
#
define __UART_H__
[bsp][ci] fix BSPs compilation errors 1.RT_TIMER_TICK_PER_SECOND替换为RT_TICK_PER_SECOND 2.nxp lpc、imx、mcx系列bsp修复 3.lpc824支持gcc 4.lpc824、lpc1114 bsp默认使用nano版本 5.nxp scons --dist问题修复 6.rt-spark lvgl latest 编译修复
2024-10-12 06:32:58 +08:00
void
rt_hw_usart_init
(
void
)
;
Re-normalizing the repo
2013-01-08 22:40:58 +08:00
#
endif
Copy Permalink