You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
modstruct: Group module qstr's together.
This commit is contained in:
+1
-3
@@ -181,9 +181,6 @@ Q(memoryview)
|
||||
#endif
|
||||
Q(bytes)
|
||||
Q(callable)
|
||||
#if MICROPY_PY_STRUCT
|
||||
Q(calcsize)
|
||||
#endif
|
||||
Q(chr)
|
||||
Q(classmethod)
|
||||
Q(_collections)
|
||||
@@ -467,6 +464,7 @@ Q(print_exception)
|
||||
Q(struct)
|
||||
Q(pack)
|
||||
Q(unpack)
|
||||
Q(calcsize)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_UCTYPES
|
||||
|
||||
Reference in New Issue
Block a user