Skip to content

Commit

Permalink
yay caught bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Feb 24, 2024
1 parent 5247b81 commit c4c3fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions can/tests/test_packer_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

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

if logMonoTime is not None:
dat.logMonoTime = logMonoTime
Expand Down Expand Up @@ -365,6 +364,7 @@ def test_track_all_signals(self):
"ACC_TYPE": 0,
"CANCEL_REQ": 0,
"ACC_CUT_IN": 0,
"LEAD_VEHICLE_STOPPED": 0,
"PERMIT_BRAKING": 0,
"RELEASE_STANDSTILL": 0,
"ITS_CONNECT_LEAD": 0,
Expand Down

0 comments on commit c4c3fc7

Please sign in to comment.