修改打印信息
This commit is contained in:
+1
-1
@@ -643,7 +643,7 @@ void DebugCmdLsExclCommUnit(int argc, char *argv[])
|
|||||||
for(int i = 0; i < COMMUNIT_NUM_MAX; i++) {
|
for(int i = 0; i < COMMUNIT_NUM_MAX; i++) {
|
||||||
if(GateWay->ConfigPara.ExclCommUnit[i].ExclFlag == true) {
|
if(GateWay->ConfigPara.ExclCommUnit[i].ExclFlag == true) {
|
||||||
CUCnt++;
|
CUCnt++;
|
||||||
DBG_LOG("DevMac: %02X-%02X-%02X-%02X-%02X-%02X\r\n",
|
DBG_LOG("Exclude DevMac: %02X-%02X-%02X-%02X-%02X-%02X\r\n",
|
||||||
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[0],
|
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[0],
|
||||||
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[1],
|
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[1],
|
||||||
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[2],
|
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[2],
|
||||||
|
|||||||
Reference in New Issue
Block a user