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