fix somme inits

This commit is contained in:
Jacek Jendrzej
2020-01-17 22:35:08 +01:00
parent 3cd712967f
commit 29ae868ae6
4 changed files with 7 additions and 4 deletions

View File

@@ -739,7 +739,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
#ifdef KEYBOARD_INSTEAD_OF_REMOTE_CONTROL
if (FD_ISSET(fd_keyb, &rfds))
{
uint32_t trkey;
uint32_t trkey = 0;
char key = 0;
read(fd_keyb, &key, sizeof(key));