diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-02-20 21:55:04 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-02-20 21:55:04 -0500 |
| commit | e31ac710be0e1983ec791dc4db169505afdd8d63 (patch) | |
| tree | e14b70fa0d5ee349ad62729c85bf0163d27d4c57 /py | |
| parent | 675930083de102ab73af6f6a586614793e467f5f (diff) | |
Enable _bleio adapter when _bleio is imported
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 1 |
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) |
