Skip to content

Commit c7b687d

Browse files
committed
fix return type
1 parent 39597dc commit c7b687d

File tree

1 file changed

+1
-1
lines changed
  • shared-bindings/busio

1 file changed

+1
-1
lines changed

shared-bindings/busio/I2C.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static void check_lock(busio_i2c_obj_t *self) {
112112
}
113113
}
114114

115-
//| def probe(self, address: int) -> List[int]:
115+
//| def probe(self, address: int) -> bool:
116116
//| """Check if a device at the specified address responds.
117117
//|
118118
//| :param int address: 7-bit device address

0 commit comments

Comments
 (0)