mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-17 07:13:03 +08:00
c416348020
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@593 bbd45198-f89e-11dd-88c7-29a3b14d5316
7 lines
77 B
C
7 lines
77 B
C
#include <rtthread.h>
|
|
|
|
void hello()
|
|
{
|
|
rt_kprintf("Hello RT-Thread\n");
|
|
}
|