diff options
Diffstat (limited to 'klippy/extras/tmc2209.py')
-rw-r--r-- | klippy/extras/tmc2209.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/tmc2209.py b/klippy/extras/tmc2209.py index 5fc3ae17..62cf4f74 100644 --- a/klippy/extras/tmc2209.py +++ b/klippy/extras/tmc2209.py @@ -3,7 +3,7 @@ # Copyright (C) 2019 Stephan Oelze <stephan.oelze@gmail.com> # # This file may be distributed under the terms of the GNU GPLv3 license. -from . import tmc2208, tmc2130, tmc, tmc_uart +from . import tmc, tmc2130, tmc2208, tmc_uart TMC_FREQUENCY = 12000000.0 |