Skip to content
Snippets Groups Projects
Commit 0dce9a21 authored by Dave Hylands's avatar Dave Hylands Committed by Damien George
Browse files

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

Otherwise build fails if uctypes is disabled.
parent 1e06e81b
No related branches found
No related tags found
No related merge requests found
...@@ -487,6 +487,7 @@ Q(print_exception) ...@@ -487,6 +487,7 @@ Q(print_exception)
#endif #endif
#if MICROPY_PY_STRUCT #if MICROPY_PY_STRUCT
Q(struct)
Q(ustruct) Q(ustruct)
Q(pack) Q(pack)
Q(unpack) Q(unpack)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment