This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread
Watch
4
Star
0
Fork
You've already forked rt-thread
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
adcbe9d53f
rt-thread
/
components
/
hello
/
hello.c
7 lines
77 B
C
Raw
Blame
History
#
include
<rtthread.h>
void
hello
(
)
{
rt_kprintf
(
"
Hello RT-Thread
\n
"
)
;
}
View Git Blame
Copy Permalink