7 lines
92 B
C
7 lines
92 B
C
#ifndef __TASK_DEBUG_H
|
|
#define __TASK_DEBUG_H
|
|
|
|
void task_debug_create(void *param);
|
|
|
|
#endif
|