修改can总线上传延时算法

This commit is contained in:
ranchuan
2024-01-23 18:13:09 +08:00
parent c3c172717d
commit caa4e61b89
9 changed files with 52 additions and 16 deletions

View File

@@ -61,6 +61,8 @@ int debug_init(void);
void debug_log(const char *file,const char *fun,int line,int level,const char *fmt, ...);
void debug_enable(int enable);
#else
#define debug_init()