mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
removed possibly obsolete arq state at wrong position
This commit is contained in:
parent
12d1010da9
commit
0e1986b2da
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ class ARQSession():
|
||||||
if isinstance(received_data, bytearray) and isinstance(type_byte, int):
|
if isinstance(received_data, bytearray) and isinstance(type_byte, int):
|
||||||
self.arq_data_type_handler.dispatch(type_byte, received_data)
|
self.arq_data_type_handler.dispatch(type_byte, received_data)
|
||||||
|
|
||||||
self.states.setARQ(False)
|
|
||||||
return
|
return
|
||||||
|
|
||||||
self.log(f"Ignoring unknown transition from state {self.state.name} with frame {frame['frame_type']}")
|
self.log(f"Ignoring unknown transition from state {self.state.name} with frame {frame['frame_type']}")
|
||||||
|
|
Loading…
Reference in a new issue