Skip to content

Commit 7bd273b

Browse files
author
Daniel Campora
committed
extmod: Actually expose the ubinascii python methods.
1 parent a3a14b9 commit 7bd273b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extmod/modubinascii.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@
3030
extern mp_obj_t mod_binascii_hexlify(mp_uint_t n_args, const mp_obj_t *args);
3131
extern mp_obj_t mod_binascii_unhexlify(mp_obj_t data);
3232

33+
MP_DECLARE_CONST_FUN_OBJ(mod_binascii_hexlify_obj);
34+
MP_DECLARE_CONST_FUN_OBJ(mod_binascii_unhexlify_obj);
35+
3336
#endif /* MICROPY_EXTMOD_MODUBINASCII */

0 commit comments

Comments
 (0)