#ifndef __APPTASK_H__ #define __APPTASK_H__ void HardWare_Init(void); void Variable_Init(void); void AppTask(void); #endif