Fix copy pasta

This commit is contained in:
Scott Shawcroft 2021-08-13 11:32:26 -07:00
parent 7e55905d95
commit 49dcdef512
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -583,7 +583,7 @@ extern const struct _mp_obj_module_t neopixel_write_module;
extern const struct _mp_obj_module_t nvm_module; extern const struct _mp_obj_module_t nvm_module;
#endif #endif
#if CIRCUITPY_OS #if CIRCUITPY_ONEWIREIO
extern const struct _mp_obj_module_t onewireio_module; extern const struct _mp_obj_module_t onewireio_module;
#define ONEWIREIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_onewireio), (mp_obj_t)&onewireio_module }, #define ONEWIREIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_onewireio), (mp_obj_t)&onewireio_module },
#else #else