#ifndef __APPTASK_H__ #define __APPTASK_H__ #include "Mcu.h" void appTask(void); void appTaskInit(void); #endif