Skip to content

Commit 49a559c

Browse files
committed
fix: update import path for tmc_driver in MicroPython tests
1 parent b7bf14f commit 49a559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_micropython/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
import unittest
21-
from src.tmc_driver import (
21+
from tmc_driver import (
2222
Tmc2209,
2323
TmcEnableControlPin,
2424
TmcMotionControlStepDir,

0 commit comments

Comments
 (0)