aboutsummaryrefslogtreecommitdiff
path: root/examples/natmod/uzlib
diff options
context:
space:
mode:
authorJim Mussared2020-03-04 17:07:42 +1100
committerDamien George2020-04-05 14:13:02 +1000
commitc34e7b9d4c6f369cd86fd6fcc779932226200cdf (patch)
tree5c16d30e29dab3e88019d4d5919c80cc1877c23c /examples/natmod/uzlib
parent994c1dd57a6faae06b53ea5082ace6e5ee956141 (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/uzlib')
-rw-r--r--examples/natmod/uzlib/uzlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/natmod/uzlib/uzlib.c b/examples/natmod/uzlib/uzlib.c
index 4873171e5..99b369176 100644
--- a/examples/natmod/uzlib/uzlib.c
+++ b/examples/natmod/uzlib/uzlib.c
@@ -1,4 +1,3 @@
-#define MICROPY_ENABLE_DYNRUNTIME (1)
#define MICROPY_PY_UZLIB (1)
#include "py/dynruntime.h"