Skip to content

Commit

Permalink
can: Temporary quickfix for a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
uwehermann committed Jan 30, 2013
1 parent d71834a commit de5a05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoders/can/pd.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def handle_bit(self, can_rx):
if can_rx == 0:
self.put(0, 0, self.out_ann, [0, ['Start of frame', 'SOF']])
else:
self.put(self.ss, self.es, self.out_ann,
self.put(0, 0, self.out_ann,
[1, ['Start of frame (SOF) must be a dominant bit']])

# Bits 1-11: Identifier (ID[10..0])
Expand Down

0 comments on commit de5a05f

Please sign in to comment.