Skip to content

Commit

Permalink
fix can_list_to_can_capnp
Browse files Browse the repository at this point in the history
  • Loading branch information
MankaranSingh committed Aug 20, 2023
1 parent 6d82800 commit 6eb4994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/tests/test_packer_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


# Python implementation so we don't have to depend on boardd
def can_list_to_can_capnp(can_msgs, msgtype='can'):
def can_list_to_can_capnp(can_msgs, msgtype='can', logMonoTime=None):
dat = log.Event.new_message()
dat.init(msgtype, len(can_msgs))

Expand Down

0 comments on commit 6eb4994

Please sign in to comment.