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 425b6ee107..e91c665c20 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -607,3 +607,8 @@ Q(mem8)
Q(mem16)
Q(mem32)
#endif
+
+#if MICROPY_PY_USSL
+Q(ussl)
+Q(wrap_socket)
+#endif