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:
parent
1e06e81b3d
commit
0dce9a21ce
|
@ -487,6 +487,7 @@ Q(print_exception)
|
|||
#endif
|
||||
|
||||
#if MICROPY_PY_STRUCT
|
||||
Q(struct)
|
||||
Q(ustruct)
|
||||
Q(pack)
|
||||
Q(unpack)
|
||||
|
|
Loading…
Reference in New Issue