aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/extras/mcp4451.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/mcp4451.py b/klippy/extras/mcp4451.py
index 2fe82494..ddf322b1 100644
--- a/klippy/extras/mcp4451.py
+++ b/klippy/extras/mcp4451.py
@@ -3,7 +3,7 @@
# Copyright (C) 2018 Kevin O'Connor <kevin@koconnor.net>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-import mcu, bus
+import bus
WiperRegisters = [0x00, 0x01, 0x06, 0x07]