diff options
| author | Martin Braun <martin.braun@ettus.com> | 2017-06-27 12:00:18 -0700 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2017-06-27 12:00:18 -0700 | 
| commit | 5a0be9b1de7be7ba6c266dd742456a96e25373fc (patch) | |
| tree | 6bcd3b02f399cc2677a6c747411d7e2ced1923f5 /host/utils | |
| parent | e48659cec5207b598d877d8beca7e0b3807b617e (diff) | |
| parent | 24db48766dff45b8fe8ed3031e09617ca92b84b6 (diff) | |
| download | uhd-5a0be9b1de7be7ba6c266dd742456a96e25373fc.tar.gz uhd-5a0be9b1de7be7ba6c266dd742456a96e25373fc.tar.bz2 uhd-5a0be9b1de7be7ba6c266dd742456a96e25373fc.zip  | |
Merge branch 'maint'
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;  | 
