8000 Update can/interfaces/canalystii.py · hardbyte/python-can@c7bd196 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7bd196

Browse files
Update can/interfaces/canalystii.py
Co-authored-by: Felix Divo <4403130+felixdivo@users.noreply.github.com>
1 parent 2902d09 commit c7bd196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interfaces/canalystii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(
6565
for channel in self.channels:
6666
self.device.init(channel, bitrate=bitrate, timing0=Timing0, timing1=Timing1)
6767

68-
def send(self, msg, timeout=None):
68+
def send(self, msg: Message, timeout: Optional[float] = None) -> None:
6969
"""Send a CAN message to the bus
7070
7171
:param msg: message to send

0 commit comments

Comments
 (0)
0