a.binder 5 年之前
父節點
當前提交
421567fd37
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      SE/stuff/P5_Automation_can-dev-res/_Slave_Ports_Status_func.h

+ 2 - 0
SE/stuff/P5_Automation_can-dev-res/_Slave_Ports_Status_func.h

@@ -61,6 +61,7 @@
             boolean found = false ;
             for(i = ARDUINO_ARRAY_INDEX_FIRST; i<= Slave_Ports_Status_T_ARDUINO_ATTR_ARRAY_A.ARDUINO_ARRAY_INDEX_NEXT_A  ; i++ ) {
                 if((Slave_Ports_Status_A[i].Port_ID == Port_ID) and (Slave_Ports_Status_A[i]._Slave_ID == _Slave_ID )) found = true ;
+                   Serial.print("+D");Serial.print(i);
             }
                
                
@@ -86,6 +87,7 @@
                    
                } else {
                     //duplicated
+                 
                }
 }