Skip to content

Commit bc23be4

Browse files
committed
revert changes in dbc.py
1 parent e7a3405 commit bc23be4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/canmatrix/formats/dbc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,11 +637,12 @@ def add_frame_by_id(new_frame): # type: (canmatrix.Frame) -> None
637637
if is_complex_multiplexed or is_multiplexer:
638638
temp_signal.is_multiplexer = True
639639
temp_signal.multiplex = 'Multiplexor'
640-
640+
641641
if not temp_signal.is_little_endian:
642642
# startbit of motorola coded signals are MSB in dbc
643643
temp_signal.set_startbit(int(temp.group(3)), bitNumbering=1)
644644
frame.add_signal(temp_signal)
645+
645646
if is_complex_multiplexed:
646647
frame.is_complex_multiplexed = True
647648

0 commit comments

Comments
 (0)