diff options
author | Damien George <damien.p.george@gmail.com> | 2019-10-22 17:33:23 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-10-22 19:16:54 +1100 |
commit | 30e25174bbf077e8a3cbe2a3a6a97795f8d67dc2 (patch) | |
tree | e613397f3a1bd429c8774093ef2319aba5d1c9d1 /tests/inlineasm/asmfpldrstr.py | |
parent | a2eea57b1d5456696598703aa4ffdbc7e9fb52ea (diff) | |
download | micropython-30e25174bbf077e8a3cbe2a3a6a97795f8d67dc2.tar.gz micropython-30e25174bbf077e8a3cbe2a3a6a97795f8d67dc2.zip |
tests: Rename "array" module to "uarray".
Diffstat (limited to 'tests/inlineasm/asmfpldrstr.py')
-rw-r--r-- | tests/inlineasm/asmfpldrstr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inlineasm/asmfpldrstr.py b/tests/inlineasm/asmfpldrstr.py index 8fa9af6369..0efb50bb0e 100644 --- a/tests/inlineasm/asmfpldrstr.py +++ b/tests/inlineasm/asmfpldrstr.py @@ -1,4 +1,4 @@ -import array +import uarray as array @micropython.asm_thumb # test vldr, vstr def arrayadd(r0): vldr(s0, [r0, 0]) |