12 lines
111 B
C
12 lines
111 B
C
|
#ifndef __THREAD_H
|
||
|
#define __THREAD_H
|
||
|
|
||
|
#include <rtthread.h>
|
||
|
#include <rthw.h>
|
||
|
|
||
|
|
||
|
|
||
|
void app_star(void);
|
||
|
|
||
|
#endif
|