Removed unnecessary return

This commit is contained in:
Albert Phan
2015-03-28 15:01:22 -07:00
parent 05f2d42577
commit c5e009cc0d
-2
View File
@@ -151,8 +151,6 @@ bool Bounce::retrigger()
{
// sets the millis when first going into function
previous_millis_state_changed = millis();
return false;
}
}
return false;