refactor: LaserTimerMinutes校验前移并增加范围检查,移除文件BOM冗余
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <string.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
@@ -15,7 +15,7 @@
|
||||
#define DEBUG_CMD_CNT 16
|
||||
const DBGFunType DebugFun[DEBUG_CMD_CNT];
|
||||
|
||||
volatile DebugChannel_e gDebugChannel = DBG_CH_RS485_1;
|
||||
volatile DebugChannel_e gDebugChannel = DBG_CH_RS485_1;//上电默认调试口
|
||||
|
||||
static char buff[DEBUG_BUFSIZE];
|
||||
volatile uint16_t iw=0; /* buffer write index*/
|
||||
|
||||
Reference in New Issue
Block a user