From d869f940146f074abf166f21cf066120b697149e Mon Sep 17 00:00:00 2001 From: Marcus Müller Date: Tue, 27 Jun 2017 11:39:48 +0200 Subject: Fix: field was bool, but needs to take values -1;1 --- host/utils/latency/include/Responder.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/utils/latency/include/Responder.hpp b/host/utils/latency/include/Responder.hpp index a9f616a24..31dcbc16b 100644 --- a/host/utils/latency/include/Responder.hpp +++ b/host/utils/latency/include/Responder.hpp @@ -88,8 +88,8 @@ class Responder bool combine_eob; bool pause; bool realtime; - bool invert; - bool output_value; + float invert; + float output_value; bool no_delay; bool allow_late_bursts; -- cgit v1.2.3