From aea5753b945f3c1df77cdac9df9e2eb407eae426 Mon Sep 17 00:00:00 2001 From: David Zovko Date: Mon, 7 Sep 2020 11:34:16 +0200 Subject: [PATCH] Update Adafruit_MCP23017.cpp --- Adafruit_MCP23017.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Adafruit_MCP23017.cpp b/Adafruit_MCP23017.cpp index 46d95fd..ee99eb8 100755 --- a/Adafruit_MCP23017.cpp +++ b/Adafruit_MCP23017.cpp @@ -28,7 +28,6 @@ // minihelper to keep Arduino backward compatibility static inline void wiresend(uint8_t x) { #if ARDUINO >= 100 - Wire.write((uint8_t)x); Wire.write((uint8_t) x); #else Wire.send(x);