Files
2026-09-09 14:54:40 +08:00

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