Skip to content

Commit 1a1983b

Browse files
committed
Formatted document
1 parent 3f1755e commit 1a1983b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Adafruit_MCP23XXX.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,9 @@ uint8_t Adafruit_MCP23XXX::getLastInterruptPin() {
234234

235235
// clear if found
236236
if (intpin != 255) {
237-
Adafruit_BusIO_Register INTCAP(i2c_dev, spi_dev, MCP23XXX_SPIREG,
238-
getRegister(MCP23XXX_INTCAP, MCP_PORT(intpin)));
237+
Adafruit_BusIO_Register INTCAP(
238+
i2c_dev, spi_dev, MCP23XXX_SPIREG,
239+
getRegister(MCP23XXX_INTCAP, MCP_PORT(intpin)));
239240
INTCAP.read();
240241
}
241242

0 commit comments

Comments
 (0)