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

Otherwise build fails if uctypes is disabled.
pull/1755/merge
Dave Hylands 2015-12-27 13:41:12 -08:00 zatwierdzone przez Damien George
rodzic 1e06e81b3d
commit 0dce9a21ce
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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