Skip to content

Commit 61f868a

Browse files
CanyonCasatannewt
andauthored
Update shared-module/onewireio/OneWire.c
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 8927e41 commit 61f868a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/onewireio/OneWire.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bool common_hal_onewireio_onewire_reset(onewireio_onewire_obj_t *self) {
5959
common_hal_mcu_delay_us(70);
6060
bool value = common_hal_digitalio_digitalinout_get_value(&self->pin);
6161
common_hal_mcu_delay_us(410);
62-
// test if bus returned high (idle) and not stck at low
62+
// test if bus returned high (idle) and not stuck at low
6363
bool idle = common_hal_digitalio_digitalinout_get_value(&self->pin);
6464
common_hal_mcu_enable_interrupts();
6565
return value || !idle;

0 commit comments

Comments
 (0)