We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51106db + 471fdae commit ce5eae1Copy full SHA for ce5eae1
ports/nrf/mpconfigport.h
@@ -112,15 +112,15 @@
112
#define MICROPY_PY_IO (0)
113
#define MICROPY_PY_IO_FILEIO (0)
114
#define MICROPY_PY_UERRNO (0)
115
-#define MICROPY_PY_UBINASCII (0)
+#define MICROPY_PY_UBINASCII (1)
116
#define MICROPY_PY_URANDOM (0)
117
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (0)
118
#define MICROPY_PY_UCTYPES (0)
119
#define MICROPY_PY_UZLIB (0)
120
#define MICROPY_PY_UJSON (0)
121
#define MICROPY_PY_URE (0)
122
#define MICROPY_PY_UHEAPQ (0)
123
-#define MICROPY_PY_UHASHLIB (0)
+#define MICROPY_PY_UHASHLIB (1)
124
#define MICROPY_PY_UTIME_MP_HAL (1)
125
#define MICROPY_PY_STRUCT (0)
126
#define MICROPY_PY_MACHINE (1)
0 commit comments