mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
windows: Enable urandom module.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user