Skip to content

Commit

Permalink
Stage 1.2.2 - more TOGGLE_BIT
Browse files Browse the repository at this point in the history
  • Loading branch information
kisslorand committed Oct 28, 2022
1 parent d878a20 commit 6ede65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TFT/src/User/Menu/Terminal.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ static inline void menuKeyboardView(void)
break;

case GKEY_ABC_123:
numpad = !numpad;
TOGGLE_BIT(numpad, 0);
drawKeyboard();
break;

Expand Down

0 comments on commit 6ede65a

Please sign in to comment.