diff options
Diffstat (limited to 'klippy/extras/tmc5160.py')
-rw-r--r-- | klippy/extras/tmc5160.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/tmc5160.py b/klippy/extras/tmc5160.py index a188ba47..e02ae7a1 100644 --- a/klippy/extras/tmc5160.py +++ b/klippy/extras/tmc5160.py @@ -4,7 +4,7 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import math, logging -import bus, tmc, tmc2130 +from . import bus, tmc, tmc2130 TMC_FREQUENCY=12000000. |