From 5ac18b879361f89bcb052d6255daeb456af2bf61 Mon Sep 17 00:00:00 2001 From: Ash-4 <81280775+Ash-4@users.noreply.github.com> Date: Sat, 5 Feb 2022 23:30:45 -0600 Subject: [PATCH] merge 3.2.0 rc13 into ESP88 --- IO_MCP23008.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IO_MCP23008.h b/IO_MCP23008.h index 18ff12f..d89544e 100644 --- a/IO_MCP23008.h +++ b/IO_MCP23008.h @@ -30,7 +30,7 @@ public: // Constructor MCP23008(VPIN firstVpin, uint8_t nPins, uint8_t I2CAddress, int interruptPin=-1) - : GPIOBase((FSH *)F("MCP23008"), firstVpin, min(nPins, 8), I2CAddress, interruptPin) { + : GPIOBase((FSH *)F("MCP23008"), firstVpin, min(nPins, 8), I2CAddress, interruptPin) { requestBlock.setRequestParams(_I2CAddress, inputBuffer, sizeof(inputBuffer), outputBuffer, sizeof(outputBuffer)); @@ -97,4 +97,4 @@ private: }; -#endif \ No newline at end of file +#endif