diff options
| author | gamblor21 <mark.komus@gmail.com> | 2020-11-03 18:35:20 -0600 |
|---|---|---|
| committer | gamblor21 <mark.komus@gmail.com> | 2020-11-03 18:35:20 -0600 |
| commit | 4c93db35959e96889b3a28af792c837fbe1fdca5 (patch) | |
| tree | 342178292c310ab4f3de622e1202b7d55bbe9640 /py/circuitpy_mpconfig.h | |
| parent | 197539bd8262132155929927db974616f550f033 (diff) | |
Renamed to adafruit_bus_device
Diffstat (limited to 'py/circuitpy_mpconfig.h')
| -rw-r--r-- | py/circuitpy_mpconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h index 240fac189..78de7905a 100644 --- a/py/circuitpy_mpconfig.h +++ b/py/circuitpy_mpconfig.h @@ -325,8 +325,8 @@ extern const struct _mp_obj_module_t board_module; #endif #if CIRCUITPY_BUSDEVICE -extern const struct _mp_obj_module_t busdevice_module; -#define BUSDEVICE_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_busdevice), (mp_obj_t)&busdevice_module }, +extern const struct _mp_obj_module_t adafruit_bus_device_module; +#define BUSDEVICE_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_adafruit_bus_device), (mp_obj_t)&adafruit_bus_device_module }, #else #define BUSDEVICE_MODULE #endif |
