Skip to content

Commit

Permalink
Remove default input mode from reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 4, 2024
1 parent cace1c7 commit b97a787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksf/comp/ksResetButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace ksf::comps
@param triggerState Pin state that triggers the reset logic (LOW or HIGH).
@param mode Pin mode (INPUT / INPUT_PULLUP etc).
*/
ksResetButton(uint8_t pin, uint8_t triggerState, uint8_t mode = INPUT);
ksResetButton(uint8_t pin, uint8_t triggerState, uint8_t mode);

/*!
@brief Initializes the reset button component.
Expand Down

0 comments on commit b97a787

Please sign in to comment.