fixed warning

This commit is contained in:
Markus Fröschle
2013-12-16 13:03:36 +00:00
parent e53e016257
commit 8646dd78f2

View File

@@ -204,7 +204,7 @@ void ikbd_handle_input(unsigned char cmd) {
}
void ikbd_poll(void) {
static mtimer = 0;
static int mtimer = 0;
if(CheckTimer(mtimer)) {
mtimer = GetTimer(10);