rcinput.cpp: fix key repeat for osmio4k

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8ed5d227bd
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-03-03 (Tue, 03 Mar 2020)


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

------------------
This commit was generated by Migit
This commit is contained in:
Markus Volk
2020-03-03 21:22:34 +01:00
committed by vanhofen
parent 9864e42c13
commit 740a510ce7

View File

@@ -1439,6 +1439,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
if ((now_pressed > last_keypress + repeat_block_generic) ||
/* accept all keys after time discontinuity: */
(now_pressed < last_keypress))
rc_last_repeat_key = trkey;
#endif
{
last_keypress = now_pressed;