commit | bfdc205934d86d4c419f237bb79d1dd6ccb93406 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sat Nov 29 06:19:30 2014 +0200 |
committer | Damien George <damien.p.george@gmail.com> | Sat Nov 29 13:52:47 2014 +0000 |
tree | 3fb5bae6bc6ff15912e1a63c9c98f3fbe1723581 | |
parent | d96e6b14c94716ea261c25c57ed4cd14a686ce5b [diff] [blame] |
modubinascii: Add, with hexlify() implementation.
diff --git a/py/mpconfig.h b/py/mpconfig.h index f4f9986..4bd7bfe 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h
@@ -439,6 +439,10 @@ #define MICROPY_PY_UHASHLIB (0) #endif +#ifndef MICROPY_PY_UBINASCII +#define MICROPY_PY_UBINASCII (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */