#ifndef TASK_APPLICATION_H #define TASK_APPLICATION_H #include #include "App.h" void InitApplication(); void ApplicationTask(void *parameter); #endif