Skip to content

Commit 55a4709

Browse files
authored
arxml: rx/tx typo fix
fix for #366
1 parent c1f10d5 commit 55a4709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canmatrix/formats/arxml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def dump(dbs, f, **options):
675675
create_sub_element(frame_port, 'SHORT-NAME', frame.name)
676676
create_sub_element(frame_port, 'COMMUNICATION-DIRECTION', 'IN')
677677
rec_temp = 1
678-
if ecu.name + "_Tx" not in rx_ipdu_groups:
678+
if ecu.name + "_Rx" not in rx_ipdu_groups:
679679
rx_ipdu_groups[ecu.name + "_Rx"] = []
680680
rx_ipdu_groups[ecu.name + "_Rx"].append(frame.name)
681681

0 commit comments

Comments
 (0)