summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2015-05-18 14:41:25 -0700
committerDamien George <damien.p.george@gmail.com>2015-05-20 09:29:22 +0100
commit3ad94d6072555955a796c8c72a526c4fdff86711 (patch)
treec845f32926a12105b6929b422c3b66c55f098481 /py/qstrdefs.h
parent97ce883217c646a2d2bc9bf6bfce6e2eaa731dae (diff)
extmod: Add ubinascii.unhexlify
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 5d0dc9d27..a5e543bbb 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -584,6 +584,7 @@ Q(sha256)
#if MICROPY_PY_UBINASCII
Q(ubinascii)
Q(hexlify)
+Q(unhexlify)
#endif
#if MICROPY_PY_MACHINE