BLSJ/bl_fc/appTask.h
2025-01-17 15:39:34 +08:00

10 lines
126 B
C

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