From 46e72ba75ce94416ff4a457a3fad97704df91a86 Mon Sep 17 00:00:00 2001 From: CloneTV <63013123+CloneTV@users.noreply.github.com> Date: Fri, 16 Oct 2020 13:26:25 +0300 Subject: [PATCH] Update PCF8574.h --- PCF8574.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/PCF8574.h b/PCF8574.h index 11b22cb..77257e6 100644 --- a/PCF8574.h +++ b/PCF8574.h @@ -190,10 +190,8 @@ private: # endif #endif - uint8_t _sda = DEFAULT_SDA - ; - uint8_t _scl = DEFAULT_SCL - ; + uint8_t _sda = DEFAULT_SDA; + uint8_t _scl = DEFAULT_SCL; TwoWire *_wire;