diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-02-21 10:14:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 10:14:46 -0800 |
| commit | e9ade63ae05c01bdc108925822860aae9beb007a (patch) | |
| tree | e14b70fa0d5ee349ad62729c85bf0163d27d4c57 /py | |
| parent | 675930083de102ab73af6f6a586614793e467f5f (diff) | |
| parent | e31ac710be0e1983ec791dc4db169505afdd8d63 (diff) | |
Merge pull request #2647 from dhalbert/enable-bleio-adapter-on-import
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) |
