5 lines
85 B
C
5 lines
85 B
C
#include "hello.h"
|
|
void Print_Hello_World(void)
|
|
{
|
|
rt_kprintf("Hello World!\n");
|
|
} |