a.binder 5 yıl önce
ebeveyn
işleme
1a8472ca93

+ 1 - 1
SE/stuff/P5_Automation_can-dev-res/_Slave_Ports_Status_func.h

@@ -97,7 +97,7 @@
                      if(Broadcast_state>0) Slave_Ports_Status_A[found_id].Broadcast_state = Broadcast_state ;
                      if(Exp_state>0) Slave_Ports_Status_A[found_id].Exp_state = Exp_state ;
                      if(Exp_state_ttl>0) Slave_Ports_Status_A[found_id].Exp_state_ttl = Exp_state_ttl ;
-                     
+                     if(Slave_Ports_Status_A[found_id].IS_gone_A == IS_gone_TRUE) Slave_Ports_Status_A[found_id].IS_gone_A = IS_gone_FALSE;
                  
                }
 }