mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
extmod: Add ubinascii.unhexlify
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
This commit is contained in:
committed by
Damien George
parent
97ce883217
commit
3ad94d6072
@@ -584,6 +584,7 @@ Q(sha256)
|
||||
#if MICROPY_PY_UBINASCII
|
||||
Q(ubinascii)
|
||||
Q(hexlify)
|
||||
Q(unhexlify)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_MACHINE
|
||||
|
||||
Reference in New Issue
Block a user