Files
checker_slave/source/main/compiler_info.h
ranchuan 5c2648d33c V2.10 添加写入固定延时任务
EW发送数据前固定50ms延时
    can总线发送采用等待的方式
2023-12-22 19:05:19 +08:00

19 lines
139 B
C

#ifndef compiler_info__
#define compiler_info__
#define BUILD_DATE "2023-12-22 18:12:46"
#define SOFT_VERSION "2.10"
#endif