diff options
author | Dave Hylands <dhylands@gmail.com> | 2015-12-27 13:41:12 -0800 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-12-28 00:28:56 +0000 |
commit | 0dce9a21ced22ff4f7883177c24bf3358474dc98 (patch) | |
tree | f5ff0697ebe20e41fe55fb06d51385b033189a43 /py | |
parent | 1e06e81b3d32b3f0bc775e0e4ed2d0251a95f53e (diff) | |
download | micropython-0dce9a21ced22ff4f7883177c24bf3358474dc98.tar.gz micropython-0dce9a21ced22ff4f7883177c24bf3358474dc98.zip |
stmhal: Add struct qstr to block of qstrs needed for MICROPY_PY_STRUCT.
Otherwise build fails if uctypes is disabled.
Diffstat (limited to 'py')
-rw-r--r-- | py/qstrdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 8a751fcc04..483c753774 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) |