Skip to content

Commit e5c5f3b

Browse files
committed
[update] port/genhdr/qstrdefs.generated.h
1 parent e103e00 commit e5c5f3b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

port/genhdr/qstrdefs.generated.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file was automatically generated by makeqstrdata.py
22

3-
QDEF(MP_QSTR_NULL, (const byte*)"\x00\x00" "")
3+
QDEF(MP_QSTRnull, (const byte*)"\x00\x00" "")
44
QDEF(MP_QSTR_, (const byte*)"\x05\x00" "")
55
QDEF(MP_QSTR___abs__, (const byte*)"\x95\x07" "__abs__")
66
QDEF(MP_QSTR___add__, (const byte*)"\xc4\x07" "__add__")
@@ -770,3 +770,7 @@ QDEF(MP_QSTR_IRQ_HIGH_LEVEL, (const byte*)"\x57\x0e" "IRQ_HIGH_LEVEL")
770770
QDEF(MP_QSTR_IRQ_LOW_LEVEL, (const byte*)"\x8d\x0d" "IRQ_LOW_LEVEL")
771771
QDEF(MP_QSTR_show_bmp, (const byte*)"\xe6\x08" "show_bmp")
772772
QDEF(MP_QSTR_userfunc, (const byte*)"\x4a\x08" "userfunc")
773+
QDEF(MP_QSTR_uarray, (const byte*)"\x89\x06" "uarray")
774+
QDEF(MP_QSTR_mpy, (const byte*)"\xc1\x03" "mpy")
775+
QDEF(MP_QSTR___matmul__, (const byte*)"\x49\x0a" "__matmul__")
776+
QDEF(MP_QSTR___bases__, (const byte*)"\x03\x09" "__bases__")

0 commit comments

Comments
 (0)