Skip to content

Commit e42ff35

Browse files
authored
fix last cppcheck issue (#10154)
1 parent 7527233 commit e42ff35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/input/CardputerKeyboard.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ void CardputerKeyboard::pressed(uint8_t key)
121121
modifierFlag = 0;
122122
}
123123

124-
uint8_t next_key = 0;
125124
int row = (key - 1) / 10;
126125
int col = (key - 1) % 10;
127126

0 commit comments

Comments
 (0)