removed obsolete datagram reinit in fsm_sii
This commit is contained in:
parent
e23af9cfdb
commit
8c486431ce
|
|
@ -301,7 +301,6 @@ void ec_fsm_sii_state_read_fetch(
|
|||
}
|
||||
|
||||
// issue check/fetch datagram again
|
||||
fsm->datagram->state = EC_DATAGRAM_INIT;
|
||||
fsm->retries = EC_FSM_RETRIES;
|
||||
return;
|
||||
}
|
||||
|
|
@ -435,7 +434,6 @@ void ec_fsm_sii_state_write_check2(
|
|||
#endif
|
||||
// issue check datagram again
|
||||
fsm->retries = EC_FSM_RETRIES;
|
||||
fsm->datagram->state = EC_DATAGRAM_INIT;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -454,7 +452,6 @@ void ec_fsm_sii_state_write_check2(
|
|||
|
||||
// issue check datagram again
|
||||
fsm->retries = EC_FSM_RETRIES;
|
||||
fsm->datagram->state = EC_DATAGRAM_INIT;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue