diff options
-rw-r--r-- | host/utils/latency/include/Responder.hpp | 4 |
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; |