Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Jul 16, 2024
1 parent 73e33aa commit 78c8dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/transports/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ async def read_unsafe(
case FlexRayTPFirstFrame():
fc_frame = FlexRayTPFlowControlFrame(
flag=FlexRayTPFlowControlFlag.CONTINUE_TO_SEND,
separation_time=0xA0, # Try 10 ms.
separation_time=0x01,
block_size=0xFF, # TODO: send again after block_size is read.
)
await self.write_tp_frame(fc_frame)
Expand Down

0 comments on commit 78c8dd9

Please sign in to comment.