Skip to content

Commit

Permalink
Correct a comment that got eaten by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Brycey92 committed Oct 12, 2023
1 parent ee19215 commit 1c29396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/swadge2024.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ bool checkButtonQueueWrapper(buttonEvt_t* evt)

// Check for intercept
if (retval && // If there was a button press
(!cSwadgeMode->overrideSelectBtn) && // And this mode does not override PB_SELECT
(!cSwadgeMode->overrideSelectBtn) && // And PB_SELECT isn't overridden
(evt->button == PB_SELECT)) // And the button was PB_SELECT
{
if (evt->down)
Expand Down

0 comments on commit 1c29396

Please sign in to comment.