From 9a275c4f96341d7b6f0a7748697289b691786f69 Mon Sep 17 00:00:00 2001 From: trapper- Date: Wed, 6 Feb 2019 14:30:05 +0800 Subject: [PATCH] Update Bounce2.h Fix extraneous @return line in function comment --- src/Bounce2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bounce2.h b/src/Bounce2.h index 7e0341b..da3d429 100644 --- a/src/Bounce2.h +++ b/src/Bounce2.h @@ -90,7 +90,6 @@ class Bounce The pin that is to be debounced. @param mode A valid Arduino pin mode (INPUT, INPUT_PULLUP or OUTPUT). - @return True if the event read was successful, otherwise false. */ void attach(int pin, int mode); -- 2.54.0