Skip to content

Commit 5f2c5ce

Browse files
authored
Doc update
This should work like that, right?
1 parent 46206c1 commit 5f2c5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/interfaces/socketcan.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To spam a bus:
142142
for i in range(10):
143143
msg = can.Message(arbitration_id=0xc0ffee, data=[id, i, 0, 1, 3, 1, 4, 1], extended_id=False)
144144
bus.send(msg)
145-
# Issue #3: Need to keep running to ensure the writing threads stay alive. ?
145+
146146
time.sleep(1)
147147
148148
producer(10)

0 commit comments

Comments
 (0)