summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 8550ac39ac..77277c095f 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -461,7 +461,7 @@ Q(print_exception)
#endif
#if MICROPY_PY_STRUCT
-Q(struct)
+Q(ustruct)
Q(pack)
Q(unpack)
Q(calcsize)
@@ -469,6 +469,7 @@ Q(calcsize)
#if MICROPY_PY_UCTYPES
Q(uctypes)
+Q(struct)
Q(sizeof)
Q(addressof)
Q(bytes_at)