fix rc (thx mohousch)

Origin commit data
------------------
Commit: 2d63f3f32c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-05-01 (Wed, 01 May 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2024-05-01 02:27:22 +02:00
committed by Thilo Graf
parent bca0d06e60
commit beb7c10977

View File

@@ -1329,7 +1329,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
}
continue;
}
if (ev.type == EV_SYN)
if (ev.type != EV_KEY)
continue; /* ignore... */
/* try to compensate for possible changes in wall clock
* kernel ev.time default uses CLOCK_REALTIME, as does gettimeofday().