7 lines
89 B
C
7 lines
89 B
C
#ifndef __TASK_MAIN_H
|
|
#define __TASK_MAIN_H
|
|
|
|
void task_main_create(void *param);
|
|
|
|
#endif
|