diff options
Diffstat (limited to 'gr-uhd/lib/usrp_block_impl.h')
-rw-r--r-- | gr-uhd/lib/usrp_block_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/lib/usrp_block_impl.h b/gr-uhd/lib/usrp_block_impl.h index 7560b839e0..f1f651771e 100644 --- a/gr-uhd/lib/usrp_block_impl.h +++ b/gr-uhd/lib/usrp_block_impl.h @@ -212,6 +212,7 @@ protected: bool _stream_now; ::uhd::time_spec_t _start_time; bool _start_time_set; + bool _force_tune; /****** Command interface related **********/ //! Stores a list of commands for later execution |