aboutsummaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2015-12-27 13:41:12 -0800
committerDamien George <damien.p.george@gmail.com>2015-12-28 00:28:56 +0000
commit0dce9a21ced22ff4f7883177c24bf3358474dc98 (patch)
treef5ff0697ebe20e41fe55fb06d51385b033189a43 /py/qstrdefs.h
parent1e06e81b3d32b3f0bc775e0e4ed2d0251a95f53e (diff)
stmhal: Add struct qstr to block of qstrs needed for MICROPY_PY_STRUCT.
Otherwise build fails if uctypes is disabled.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 8a751fcc0..483c75377 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -487,6 +487,7 @@ Q(print_exception)
#endif
#if MICROPY_PY_STRUCT
+Q(struct)
Q(ustruct)
Q(pack)
Q(unpack)