Skip to content

Commit 7e7e987

Browse files
committed
fix for #460
1 parent 70b2361 commit 7e7e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exampleMerge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#
3232

3333
# Copy Can-ID 1234 from second CAN-Matrix to target-Matrix
34-
canmatrix.copy.copy_frame(1234, db2, db3)
34+
canmatrix.copy.copy_frame(canmatrix.ArbitrationId(100), db2, db3)
3535

3636
# Copy frame "Engine_123" from first CAN-Matrix to target-Matrix
3737
canmatrix.copy.copy_frame("Engine_123", db1, db3)

0 commit comments

Comments
 (0)