fix last cppcheck issue (#10154)

This commit is contained in:
Thomas Göttgens
2026-04-14 13:05:58 -05:00
committed by Ben Meadors
co-authored by Ben Meadors
parent 9e182a595c
commit a67eb15ad3
-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;