gateway/User/start.h

12 lines
111 B
C

#ifndef __THREAD_H
#define __THREAD_H
#include <rtthread.h>
#include <rthw.h>
void app_star(void);
#endif