Update Adafruit_MCP23017.cpp

This commit is contained in:
David Zovko 2020-09-07 11:34:16 +02:00
parent 357fadc00e
commit aea5753b94
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
static inline void wiresend(uint8_t x) {
#if ARDUINO >= 100
Wire.write((uint8_t) x);
Wire.write((uint8_t) x);
#else
Wire.send(x);
#endif