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.
1 parent 0cb0bd0 commit 5333f5fCopy full SHA for 5333f5f
atmel-samd/mpconfigport.h
@@ -52,6 +52,8 @@
52
#define MICROPY_PY_MATH (1)
53
#define MICROPY_PY_CMATH (1)
54
#define MICROPY_PY_IO (0)
55
+#define MICROPY_PY_URANDOM (1)
56
+#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
57
#define MICROPY_PY_STRUCT (1)
58
#define MICROPY_PY_SYS (1)
59
#define MICROPY_MODULE_FROZEN_MPY (1)
0 commit comments