aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/serialhdl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/serialhdl.py b/klippy/serialhdl.py
index 19b67088..9294b120 100644
--- a/klippy/serialhdl.py
+++ b/klippy/serialhdl.py
@@ -4,7 +4,7 @@
#
# This file may be distributed under the terms of the GNU GPLv3 license.
import logging, threading, os
-import serial, can
+import serial
import msgproto, chelper, util
@@ -103,6 +103,7 @@ class SerialReader:
self.serialqueue, receive_window)
return True
def connect_canbus(self, canbus_uuid, canbus_nodeid, canbus_iface="can0"):
+ import can # XXX
txid = canbus_nodeid * 2 + 256
filters = [{"can_id": txid+1, "can_mask": 0x7ff, "extended": False}]
# Prep for SET_NODEID command