rsoc/Day1/hello.h

8 lines
94 B
C

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