Skip to content
Snippets Groups Projects
Commit 7bd273b8 authored by Daniel Campora's avatar Daniel Campora
Browse files

extmod: Actually expose the ubinascii python methods.

parent a3a14b9d
No related branches found
No related tags found
No related merge requests found
......@@ -30,4 +30,7 @@
extern mp_obj_t mod_binascii_hexlify(mp_uint_t n_args, const mp_obj_t *args);
extern mp_obj_t mod_binascii_unhexlify(mp_obj_t data);
MP_DECLARE_CONST_FUN_OBJ(mod_binascii_hexlify_obj);
MP_DECLARE_CONST_FUN_OBJ(mod_binascii_unhexlify_obj);
#endif /* MICROPY_EXTMOD_MODUBINASCII */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment