rtt-f030/components/hello/hello.c

7 lines
77 B
C
Raw Normal View History

#include <rtthread.h>
void hello()
{
rt_kprintf("Hello RT-Thread\n");
}