12 lines
159 B
C
12 lines
159 B
C
#ifndef _APP_H_
|
|
#define _APP_H_
|
|
|
|
#include "main.h"
|
|
extern const char *HwVersion;
|
|
extern char SwVersion[24];
|
|
|
|
void App_Init(void);
|
|
void App_Task(void);
|
|
|
|
#endif
|