From 0dce9a21ced22ff4f7883177c24bf3358474dc98 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Sun, 27 Dec 2015 13:41:12 -0800 Subject: [PATCH] stmhal: Add struct qstr to block of qstrs needed for MICROPY_PY_STRUCT. Otherwise build fails if uctypes is disabled. --- py/qstrdefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 8a751fcc04ff..483c7537747c 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)