diff options
| author | Dave Hylands | 2015-12-27 13:41:12 -0800 |
|---|---|---|
| committer | Damien George | 2015-12-28 00:28:56 +0000 |
| commit | 0dce9a21ced22ff4f7883177c24bf3358474dc98 (patch) | |
| tree | f5ff0697ebe20e41fe55fb06d51385b033189a43 | |
| parent | 1e06e81b3d32b3f0bc775e0e4ed2d0251a95f53e (diff) | |
stmhal: Add struct qstr to block of qstrs needed for MICROPY_PY_STRUCT.
Otherwise build fails if uctypes is disabled.
| -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 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) |
