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 5f9dc76 commit 85320cc
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=0x14,
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 85320cc

Please sign in to comment.