Skip to content

Commit

Permalink
Update InputDebounce.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokolea authored Apr 16, 2018
1 parent 475aa30 commit 08cb883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputDebounce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ InputDebounce::InputDebounce(int8_t pinIn, unsigned long debDelay, PinInMode pin
, _releasedCallback(NULL)
, _pressedDurationCallback(NULL)
{
setup(pinIn, debDelay, pinInMode, pressedDuration);
setup(pinIn, debDelay, pinInMode, pressedDuration, switchType);
}

InputDebounce::~InputDebounce()
Expand Down

0 comments on commit 08cb883

Please sign in to comment.