13 lines
129 B
C
13 lines
129 B
C
#ifndef __APPTASK_H__
|
|
#define __APPTASK_H__
|
|
|
|
|
|
|
|
|
|
void HardWare_Init(void);
|
|
void Variable_Init(void);
|
|
void AppTask(void);
|
|
|
|
|
|
#endif
|