aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/latency/include
diff options
context:
space:
mode:
authorMarcus Müller <marcus.mueller@ettus.com>2017-06-27 11:39:48 +0200
committerMartin Braun <martin.braun@ettus.com>2017-06-27 10:04:11 -0700
commitd869f940146f074abf166f21cf066120b697149e (patch)
tree131f98ef37611d56952ab30df8861fcde6f18d40 /host/utils/latency/include
parentf0b328360d6a89c2541463feaf90589e5848f5b9 (diff)
downloaduhd-d869f940146f074abf166f21cf066120b697149e.tar.gz
uhd-d869f940146f074abf166f21cf066120b697149e.tar.bz2
uhd-d869f940146f074abf166f21cf066120b697149e.zip
Fix: field was bool, but needs to take values -1;1
Diffstat (limited to 'host/utils/latency/include')
-rw-r--r--host/utils/latency/include/Responder.hpp4
1 files 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;