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 e19e0aa commit 2ec9d05
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 @@ -174,7 +174,7 @@ async def write_frame_unsafe(self, frame: FlexrayFrame) -> None:

data[73] = 0x80

event.tagData.frTxFrame.payloadLength = 34
event.tagData.frTxFrame.payloadLength = 37
event.tagData.frTxFrame.slotID = frame.slot_id
event.tagData.frTxFrame.txMode = vector_ctypes.XL_FR_TX_MODE_SINGLE_SHOT
event.tagData.frTxFrame.incrementOffset = 0
Expand Down

0 comments on commit 2ec9d05

Please sign in to comment.