Revert "- rc_input: just cosmetics to satisfy syntax-highlighters"

This reverts commit d7ed439e53.
This commit is contained in:
Stefan Seyfried
2017-02-22 20:05:54 +01:00
parent 63dce04974
commit 3d7f6f13c4

View File

@@ -575,6 +575,8 @@ int CRCInput::checkTimers()
return _id; return _id;
} }
int64_t CRCInput::calcTimeoutEnd(const int timeout_in_seconds) int64_t CRCInput::calcTimeoutEnd(const int timeout_in_seconds)
{ {
return time_monotonic_us() + ((uint64_t)timeout_in_seconds * (uint64_t) 1000000); return time_monotonic_us() + ((uint64_t)timeout_in_seconds * (uint64_t) 1000000);
@@ -1427,13 +1429,13 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
if (trkey == rc_last_key) { if (trkey == rc_last_key) {
/* only allow selected keys to be repeated */ /* only allow selected keys to be repeated */
if (mayRepeat(trkey, bAllowRepeatLR) || if (mayRepeat(trkey, bAllowRepeatLR) ||
(g_settings.shutdown_real_rcdelay && ((trkey == RC_standby) && (g_settings.shutdown_real_rcdelay &&
((trkey == RC_standby) &&
#if HAVE_COOL_HARDWARE #if HAVE_COOL_HARDWARE
(cs_get_revision() > 7) (cs_get_revision() > 7))))
#else #else
(g_info.hw_caps->can_shutdown) (g_info.hw_caps->can_shutdown))))
#endif #endif
)))
{ {
#ifdef ENABLE_REPEAT_CHECK #ifdef ENABLE_REPEAT_CHECK
if (rc_last_repeat_key != trkey) { if (rc_last_repeat_key != trkey) {