添加扩展任务 用于小板端执行异常判定

ew程序下载批量验证成功
This commit is contained in:
ranchuan
2023-11-18 15:48:24 +08:00
parent e66bf71bf5
commit be3c644d23
12 changed files with 300 additions and 97 deletions

View File

@@ -0,0 +1,29 @@
#ifndef CheckerExt_h__
#define CheckerExt_h__
#include "basechecker.h"
// 扩展的检测任务,这个文件下的任务是所有模块通用的
#define CHECKER_EXTID_COUNT 10
extern CheckerTask exttaskArray[CHECKER_EXTID_COUNT];
void CheckerExt_CalcErr(void);
#endif