diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-08-29 18:44:27 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-08-29 18:44:27 -0400 |
| commit | 7a64af92807f012828636c101f4350272f6e929a (patch) | |
| tree | eeaa8a7fc8b2eb32f9f6f639d2b1fb2282d1116e /py/circuitpy_mpconfig.h | |
| parent | b11b7916fd9ed23aa80e8307f7a808b2bbff4f23 (diff) | |
rename bleio module to _bleio
Diffstat (limited to 'py/circuitpy_mpconfig.h')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h index c2e2e2d02..5ac66665a 100644 --- a/py/circuitpy_mpconfig.h +++ b/py/circuitpy_mpconfig.h @@ -259,7 +259,7 @@ extern const struct _mp_obj_module_t bitbangio_module; #endif #if CIRCUITPY_BLEIO -#define BLEIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_bleio), (mp_obj_t)&bleio_module }, +#define BLEIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR__bleio), (mp_obj_t)&bleio_module }, extern const struct _mp_obj_module_t bleio_module; #else #define BLEIO_MODULE |
