mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
all: Replace all uses of umodule in Python code.
Applies to drivers/examples/extmod/port-modules/tools. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
@@ -34,9 +34,9 @@ class PIOASMEmit:
|
||||
pull_thresh=32,
|
||||
fifo_join=0
|
||||
):
|
||||
# uarray is a built-in module so importing it here won't require
|
||||
# array is a built-in module so importing it here won't require
|
||||
# scanning the filesystem.
|
||||
from uarray import array
|
||||
from array import array
|
||||
|
||||
self.labels = {}
|
||||
execctrl = 0
|
||||
|
||||
Reference in New Issue
Block a user