rsoc/hello/hello.c
2024-07-22 20:00:29 +08:00

5 lines
85 B
C

#include "hello.h"
void Print_Hello_World(void)
{
rt_kprintf("Hello World!\n");
}