From acb0abb95a3d5d5bc53f60486ae3537a42228b46 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sat, 20 Jun 2020 09:12:41 +0200 Subject: [PATCH] fix last commit Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/294e64c9a8bc2955fce620a6b230f6aa16c6e900 Author: TangoCash Date: 2020-06-20 (Sat, 20 Jun 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/hdmi_cec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/hdmi_cec.cpp b/libarmbox/hdmi_cec.cpp index c896a06..9f33ac0 100644 --- a/libarmbox/hdmi_cec.cpp +++ b/libarmbox/hdmi_cec.cpp @@ -44,7 +44,7 @@ #define GREEN "\x1B[32m" #define NORMAL "\x1B[0m" -#define EPOLL_WAIT_TIMEOUT (1000) +#define EPOLL_WAIT_TIMEOUT (-1) #define EPOLL_MAX_EVENTS (1) #define hal_debug(args...) _hal_debug(HAL_DEBUG_INIT, this, args)