diff options
| author | Jim Mussared | 2020-03-04 17:07:42 +1100 |
|---|---|---|
| committer | Damien George | 2020-04-05 14:13:02 +1000 |
| commit | c34e7b9d4c6f369cd86fd6fcc779932226200cdf (patch) | |
| tree | 5c16d30e29dab3e88019d4d5919c80cc1877c23c /examples/natmod/urandom | |
| parent | 994c1dd57a6faae06b53ea5082ace6e5ee956141 (diff) | |
py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.
So this setting could be used by other source files if needed.
Diffstat (limited to 'examples/natmod/urandom')
| -rw-r--r-- | examples/natmod/urandom/urandom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/natmod/urandom/urandom.c b/examples/natmod/urandom/urandom.c index 732e439ee..e1fed6a55 100644 --- a/examples/natmod/urandom/urandom.c +++ b/examples/natmod/urandom/urandom.c @@ -1,4 +1,3 @@ -#define MICROPY_ENABLE_DYNRUNTIME (1) #define MICROPY_PY_URANDOM (1) #define MICROPY_PY_URANDOM_EXTRA_FUNCS (1) |
