Skip to content

Commit 49dcdef

Browse files
committed
Fix copy pasta
1 parent 7e55905 commit 49dcdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ extern const struct _mp_obj_module_t neopixel_write_module;
583583
extern const struct _mp_obj_module_t nvm_module;
584584
#endif
585585

586-
#if CIRCUITPY_OS
586+
#if CIRCUITPY_ONEWIREIO
587587
extern const struct _mp_obj_module_t onewireio_module;
588588
#define ONEWIREIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_onewireio), (mp_obj_t)&onewireio_module },
589589
#else

0 commit comments

Comments
 (0)