diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2020-03-04 17:07:42 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-04-05 14:13:02 +1000 |
commit | c34e7b9d4c6f369cd86fd6fcc779932226200cdf (patch) | |
tree | 5c16d30e29dab3e88019d4d5919c80cc1877c23c /examples/natmod/framebuf/framebuf.c | |
parent | 994c1dd57a6faae06b53ea5082ace6e5ee956141 (diff) | |
download | micropython-c34e7b9d4c6f369cd86fd6fcc779932226200cdf.tar.gz micropython-c34e7b9d4c6f369cd86fd6fcc779932226200cdf.zip |
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/framebuf/framebuf.c')
-rw-r--r-- | examples/natmod/framebuf/framebuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/natmod/framebuf/framebuf.c b/examples/natmod/framebuf/framebuf.c index 8f322c204a..8d488cffd6 100644 --- a/examples/natmod/framebuf/framebuf.c +++ b/examples/natmod/framebuf/framebuf.c @@ -1,4 +1,3 @@ -#define MICROPY_ENABLE_DYNRUNTIME (1) #define MICROPY_PY_FRAMEBUF (1) #include "py/dynruntime.h" |