Skip to content

Commit 080b0be

Browse files
pfalcondpgeorge
authored andcommitted
zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules.
To be able to use data integrity checks in various tests.
1 parent 9480c18 commit 080b0be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ports/zephyr/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
#define MICROPY_PY_UERRNO (1)
6868
#define MICROPY_PY_USOCKET (1)
6969
#endif
70+
#define MICROPY_PY_UBINASCII (1)
71+
#define MICROPY_PY_UHASHLIB (1)
7072
#define MICROPY_PY_UTIME (1)
7173
#define MICROPY_PY_UTIME_MP_HAL (1)
7274
#define MICROPY_PY_ZEPHYR (1)

0 commit comments

Comments
 (0)