8000 atmel-samd: Enable full urandom module from extmod. · pcurry/circuitpython@5333f5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5333f5f

Browse files
committed
atmel-samd: Enable full urandom module from extmod.
1 parent 0cb0bd0 commit 5333f5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

atmel-samd/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
#define MICROPY_PY_MATH (1)
5353
#define MICROPY_PY_CMATH (1)
5454
#define MICROPY_PY_IO (0)
55+
#define MICROPY_PY_URANDOM (1)
56+
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
5557
#define MICROPY_PY_STRUCT (1)
5658
#define MICROPY_PY_SYS (1)
5759
#define MICROPY_MODULE_FROZEN_MPY (1)

0 commit comments

Comments
 (0)
0