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

To be able to use data integrity checks in various tests.
pull/3784/merge
Paul Sokolovsky 2017-05-08 19:28:38 +03:00 zatwierdzone przez Damien George
rodzic 9480c188e8
commit 080b0be1c8
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)