Skip to content

Commit

Permalink
fix rc (thx mohousch)
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed May 1, 2024
1 parent 866fc19 commit 2d63f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/rcinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ void CRCInput::getMsg_us(neutrino_msg_t *msg, neutrino_msg_data_t *data, uint64_
}
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().
Expand Down

0 comments on commit 2d63f3f

Please sign in to comment.