同步最新代码

This commit is contained in:
2026-01-13 14:52:42 +08:00
commit b1418b080c
1011 changed files with 429902 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __LINKCHECK_H
#define __LINKCHECK_H
extern uint8_t LinkCheck_Error;//连接错误标志位
void LinkCheck_Init(void);//CAN设备连接检测初始化
void LinkCheck_ON(void);//开启掉线检查
void LinkCheck_OFF(void);//关闭掉线检测
#endif