fix last cppcheck issue (#10154)
This commit is contained in:
committed by
Ben Meadors
co-authored by
Ben Meadors
parent
9e182a595c
commit
a67eb15ad3
@@ -121,7 +121,6 @@ void CardputerKeyboard::pressed(uint8_t key)
|
|||||||
modifierFlag = 0;
|
modifierFlag = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t next_key = 0;
|
|
||||||
int row = (key - 1) / 10;
|
int row = (key - 1) / 10;
|
||||||
int col = (key - 1) % 10;
|
int col = (key - 1) % 10;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user