summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-02-20 21:55:04 -0500
committerDan Halbert <halbert@halwitz.org>2020-02-20 21:55:04 -0500
commite31ac710be0e1983ec791dc4db169505afdd8d63 (patch)
treee14b70fa0d5ee349ad62729c85bf0163d27d4c57 /py
parent675930083de102ab73af6f6a586614793e467f5f (diff)
Enable _bleio adapter when _bleio is imported
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index c1ac2cddb..53cd7b0bb 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -72,6 +72,7 @@
#define MICROPY_HELPER_REPL (1)
#define MICROPY_KBD_EXCEPTION (1)
#define MICROPY_MEM_STATS (0)
+#define MICROPY_MODULE_BUILTIN_INIT (1)
#define MICROPY_NONSTANDARD_TYPECODES (0)
#define MICROPY_OPT_COMPUTED_GOTO (1)
#define MICROPY_PERSISTENT_CODE_LOAD (1)