fix last cppcheck issue (#10154)

This commit is contained in:
Thomas Göttgens
2026-04-13 15:48:30 +02:00
committed by GitHub
co-authored by GitHub
parent 7527233130
commit e42ff3590c
-1
View File
@@ -121,7 +121,6 @@ void CardputerKeyboard::pressed(uint8_t key)
modifierFlag = 0;
}
uint8_t next_key = 0;
int row = (key - 1) / 10;
int col = (key - 1) % 10;