zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules.

To be able to use data integrity checks in various tests.
pull/1/head
Paul Sokolovsky 2017-05-08 19:28:38 +03:00 committed by Damien George
parent 9480c188e8
commit 080b0be1c8
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@
#define MICROPY_PY_UERRNO (1)
#define MICROPY_PY_USOCKET (1)
#endif
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UTIME (1)
#define MICROPY_PY_UTIME_MP_HAL (1)
#define MICROPY_PY_ZEPHYR (1)