Fix compilation error #57

Merged
dwrobel merged 1 commits from dw-fix-compilation-error into master 2019-11-26 16:08:29 +03:00
+1 -1
View File
@@ -206,7 +206,7 @@ class Bounce
inline bool getStateFlag(const uint8_t flag) {return((state & flag) != 0);}
public:
bool Bounce::changed( ) { return getStateFlag(CHANGED_STATE); }
bool changed( ) { return getStateFlag(CHANGED_STATE); }
};