11 lines
141 B
C
11 lines
141 B
C
#ifndef _APP_H_
|
|
#define _APP_H_
|
|
|
|
extern const char *HwVersion;
|
|
extern char SwVersion[24];
|
|
|
|
void App_Init(void);
|
|
void App_Task(void);
|
|
|
|
#endif
|