summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index ccf6a8c28b..177d56e54c 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -518,3 +518,8 @@ Q(digest)
Q(hexdigest)
Q(sha256)
#endif
+
+#if MICROPY_PY_UBINASCII
+Q(ubinascii)
+Q(hexlify)
+#endif