diff options
Diffstat (limited to 'host/utils')
-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 7ee910500..4769312d9 100644 --- a/host/utils/latency/include/Responder.hpp +++ b/host/utils/latency/include/Responder.hpp @@ -87,8 +87,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; |