shuichan_old/V1.4-Chinese/STM32F103_App1/HardWare/LOG/log_cn.h

8 lines
267 B
C
Raw Normal View History

#ifndef LOG_CN_H
#define LOG_CN_H
/* 中文日志格式串UTF-8 编码,定义在 log_cn.c —— 串口工具编码选 UTF-8 即可正确显示) */
extern const char FMT_UPTIME[]; /* "> 运行时间: %u天--%02u小时--%02u分钟" */
#endif /* LOG_CN_H */