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

8 lines
94 B
C

#ifndef HELLO_H
#define HELLO_H
#include <rtthread.h>
void Print_Hello_World(void);
#endif