diff options
Diffstat (limited to 'examples/natmod/btree/btree_c.c')
-rw-r--r-- | examples/natmod/btree/btree_c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/natmod/btree/btree_c.c b/examples/natmod/btree/btree_c.c index c8c5cef471..f3e4790ed2 100644 --- a/examples/natmod/btree/btree_c.c +++ b/examples/natmod/btree/btree_c.c @@ -1,4 +1,3 @@ -#define MICROPY_ENABLE_DYNRUNTIME (1) #define MICROPY_PY_BTREE (1) #include "py/dynruntime.h" |