Files
checker_slave/source/main/compiler_info.h
ranchuan 8a91c94c85 修改检测后CAN总线自动上传基础延时为 addr*10+200
修改检测时注码,单独注码判定
添加cmd_printf 函数不会自动添加换行符
2023-10-18 18:24:46 +08:00

19 lines
139 B
C

#ifndef compiler_info__
#define compiler_info__
#define BUILD_DATE "2023-10-18 15:28:02"
#define SOFT_VERSION "2.01"
#endif