Skip to content

Commit 0aba78a

Browse files
committed
【完善】ctypes 模块需要的 qstr。
Signed-off-by: armink <[email protected]>
1 parent fb91932 commit 0aba78a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

port/genhdr/qstrdefs.generated.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,5 +680,13 @@ QDEF(MP_QSTR_onewire, (const byte*)"\x28\x07" "onewire")
680680
QDEF(MP_QSTR___dir__, (const byte*)"\x7a\x07" "__dir__")
681681
QDEF(MP_QSTR___int__, (const byte*)"\x16\x07" "__int__")
682682
QDEF(MP_QSTR_schedule, (const byte*)"\xe0\x08" "schedule")
683+
QDEF(MP_QSTR_SHORT, (const byte*)"\xf7\x05" "SHORT")
684+
QDEF(MP_QSTR_USHORT, (const byte*)"\xa2\x06" "USHORT")
685+
QDEF(MP_QSTR_INT, (const byte*)"\x36\x03" "INT")
686+
QDEF(MP_QSTR_UINT, (const byte*)"\x23\x04" "UINT")
687+
QDEF(MP_QSTR_LONG, (const byte*)"\x0f\x04" "LONG")
688+
QDEF(MP_QSTR_ULONG, (const byte*)"\x7a\x05" "ULONG")
689+
QDEF(MP_QSTR_LONGLONG, (const byte*)"\x85\x08" "LONGLONG")
690+
QDEF(MP_QSTR_ULONGLONG, (const byte*)"\x70\x09" "ULONGLONG")
683691

684692
// This file was automatically generated by makeqstrdata.py

0 commit comments

Comments
 (0)