diff options
Diffstat (limited to 'klippy/extras/tmc2208.py')
-rw-r--r-- | klippy/extras/tmc2208.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/tmc2208.py b/klippy/extras/tmc2208.py index fcf057ce..488b0b7f 100644 --- a/klippy/extras/tmc2208.py +++ b/klippy/extras/tmc2208.py @@ -4,7 +4,8 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging -from . import tmc, tmc_uart, tmc2130 + +from . import tmc, tmc2130, tmc_uart TMC_FREQUENCY = 12000000.0 |