16 lines
146 B
C
16 lines
146 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
|