12 lines
164 B
C
12 lines
164 B
C
|
#ifndef APP_HOST_FREERTOS_TASK_H_
|
||
|
#define APP_HOST_FREERTOS_TASK_H_
|
||
|
|
||
|
#include "pDebug.h"
|
||
|
#include "FreeRTOS.h"
|
||
|
#include "task.h"
|
||
|
|
||
|
void hostStartApp(void);
|
||
|
|
||
|
|
||
|
#endif
|