stmhal: Add struct qstr to block of qstrs needed for MICROPY_PY_STRUCT.

Otherwise build fails if uctypes is disabled.
This commit is contained in:
Dave Hylands 2015-12-27 13:41:12 -08:00 committed by Damien George
parent 1e06e81b3d
commit 0dce9a21ce
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@ Q(print_exception)
#endif
#if MICROPY_PY_STRUCT
Q(struct)
Q(ustruct)
Q(pack)
Q(unpack)