This commit is contained in:
2026-01-22 19:24:33 +08:00
commit b94a28aacf
130 changed files with 127880 additions and 0 deletions

10
calib_board/usr/app/app.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _APP_H_
#define _APP_H_
extern const char *HwVersion;
extern char SwVersion[24];
void App_Init(void);
void App_Task(void);
#endif