summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-11-29 06:19:30 +0200
committerDamien George <damien.p.george@gmail.com>2014-11-29 13:52:47 +0000
commitbfdc205934d86d4c419f237bb79d1dd6ccb93406 (patch)
tree3fb5bae6bc6ff15912e1a63c9c98f3fbe1723581 /py/qstrdefs.h
parentd96e6b14c94716ea261c25c57ed4cd14a686ce5b (diff)
modubinascii: Add, with hexlify() implementation.
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 ccf6a8c28..177d56e54 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