There was an error while loading. Please reload this page.
1 parent 717fc7c commit 167a64dCopy full SHA for 167a64d
1 file changed
src/common/debugger_communication_client.py
@@ -14,8 +14,8 @@
14
from adafruit_circuitplayground.express import cpx
15
from adafruit_circuitplayground.constants import CPX
16
17
-from micropython.microbit.__model.microbit_model import __mb as mb
18
-from micropython.microbit.__model.constants import MICROBIT
+from microbit.__model.microbit_model import __mb as mb
+from microbit.__model.constants import MICROBIT
19
20
21
device_dict = {CPX: cpx, MICROBIT: mb}
0 commit comments