removed possibly obsolete arq state at wrong position

This commit is contained in:
DJ2LS 2024-02-14 09:13:39 +01:00 committed by Mashintime
parent 12d1010da9
commit 0e1986b2da

View file

@ -98,7 +98,6 @@ class ARQSession():
if isinstance(received_data, bytearray) and isinstance(type_byte, int):
self.arq_data_type_handler.dispatch(type_byte, received_data)
self.states.setARQ(False)
return
self.log(f"Ignoring unknown transition from state {self.state.name} with frame {frame['frame_type']}")