宏定义打印DEBUG示例#

#ifdef ON_LOG_XCP_CMD_PARSE
#define LOG_XCP_CMD_PARSE(format, ...) myPrint(format,##__VA_ARGS__)
#else
#define LOG_XCP_CMD_PARSE(format, ...)
#endif