7 lines
77 B
C
7 lines
77 B
C
|
#include <rtthread.h>
|
||
|
|
||
|
void hello()
|
||
|
{
|
||
|
rt_kprintf("Hello RT-Thread\n");
|
||
|
}
|