We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713f005 commit a973919Copy full SHA for a973919
1 file changed
canopen/network.py
@@ -363,6 +363,9 @@ def on_message_received(self, msg):
363
# Exceptions in any callbaks should not affect CAN processing
364
logger.error(str(e))
365
366
+ def stop(self) -> None:
367
+ """Override abstract base method to release any resources."""
368
+
369
370
class NodeScanner:
371
"""Observes which nodes are present on the bus.
0 commit comments