Skip to content

Commit 18f06f8

Browse files
authored
Merge pull request #454 from hardbyte/felixdivo-patch-1
Doc update for socketcan
2 parents 46206c1 + 5f2c5ce commit 18f06f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)