hello.c 77 B

123456
  1. #include <rtthread.h>
  2. void hello()
  3. {
  4. rt_kprintf("Hello RT-Thread\n");
  5. }