#ifndef APP_FREERTOS_TASK_H_
#define APP_FREERTOS_TASK_H_

#include "pDebug.h"
#include "FreeRTOS.h"
#include "task.h"

void startApp(void);


#endif