10 lines
117 B
C
10 lines
117 B
C
#ifndef _APP_H_
|
|
#define _APP_H_
|
|
|
|
extern const char SwVersion[20];
|
|
|
|
void App_Init(void);
|
|
void App_Task(void);
|
|
|
|
#endif
|