2023-11-21 08:26:01 +08:00

13 lines
129 B
C

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