|
|
@@ -1,6 +1,6 @@
|
|
|
// This file was automatically generated by makeqstrdata.py
|
|
|
|
|
|
-QDEF(MP_QSTR_NULL, (const byte*)"\x00\x00" "")
|
|
|
+QDEF(MP_QSTRnull, (const byte*)"\x00\x00" "")
|
|
|
QDEF(MP_QSTR_, (const byte*)"\x05\x00" "")
|
|
|
QDEF(MP_QSTR___abs__, (const byte*)"\x95\x07" "__abs__")
|
|
|
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")
|
|
|
QDEF(MP_QSTR_IRQ_LOW_LEVEL, (const byte*)"\x8d\x0d" "IRQ_LOW_LEVEL")
|
|
|
QDEF(MP_QSTR_show_bmp, (const byte*)"\xe6\x08" "show_bmp")
|
|
|
QDEF(MP_QSTR_userfunc, (const byte*)"\x4a\x08" "userfunc")
|
|
|
+QDEF(MP_QSTR_uarray, (const byte*)"\x89\x06" "uarray")
|
|
|
+QDEF(MP_QSTR_mpy, (const byte*)"\xc1\x03" "mpy")
|
|
|
+QDEF(MP_QSTR___matmul__, (const byte*)"\x49\x0a" "__matmul__")
|
|
|
+QDEF(MP_QSTR___bases__, (const byte*)"\x03\x09" "__bases__")
|