diff --git a/src/commonFunctions.cpp b/src/commonFunctions.cpp index 79b55f6..c7b3102 100644 --- a/src/commonFunctions.cpp +++ b/src/commonFunctions.cpp @@ -31,6 +31,4 @@ bool debounceRead(int buttonPin, int *lastButtonState, unsigned long *lastDeboun // save the reading. Next time through the loop, it'll be the lastButtonState: *lastButtonState = reading; - - return false; } \ No newline at end of file