/** * Application main task */ #ifndef APP_H #define APP_H void app_main_task(void *argument); #endif //APP_H