rsoc/Day1/hello.h

8 lines
94 B
C
Raw Permalink Normal View History

2024-07-22 20:00:29 +08:00
#ifndef HELLO_H
#define HELLO_H
#include <rtthread.h>
void Print_Hello_World(void);
#endif