12 lines
150 B
C
12 lines
150 B
C
|
#ifndef APP_FREERTOS_TASK_H_
|
||
|
#define APP_FREERTOS_TASK_H_
|
||
|
|
||
|
#include "pDebug.h"
|
||
|
#include "FreeRTOS.h"
|
||
|
#include "task.h"
|
||
|
|
||
|
void startApp(void);
|
||
|
|
||
|
|
||
|
#endif
|