windows: Enable urandom module.
This commit is contained in:
parent
a53af6c875
commit
d22bdad6dd
|
@ -89,6 +89,7 @@
|
|||
#define MICROPY_PY_UHEAPQ (1)
|
||||
#define MICROPY_PY_UHASHLIB (1)
|
||||
#define MICROPY_PY_UBINASCII (1)
|
||||
#define MICROPY_PY_URANDOM (1)
|
||||
#define MICROPY_PY_MACHINE (1)
|
||||
|
||||
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
|
||||
|
|
Loading…
Reference in New Issue