diff options
-rw-r--r-- | gnuradio-core/src/lib/io/gr_oscope_guts.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/io/gr_oscope_guts.cc b/gnuradio-core/src/lib/io/gr_oscope_guts.cc index 5a2123fbd1..2a152b95a2 100644 --- a/gnuradio-core/src/lib/io/gr_oscope_guts.cc +++ b/gnuradio-core/src/lib/io/gr_oscope_guts.cc @@ -54,7 +54,7 @@ decr_bi (int buffer_index) // decrement buffer index gr_oscope_guts::gr_oscope_guts (int nchannels, double sample_rate, gr_msg_queue_sptr msgq) : d_nchannels (nchannels), d_msgq (msgq), - d_trigger_mode (gr_TRIG_POS_SLOPE), + d_trigger_mode (gr_TRIG_AUTO), d_trigger_channel (0), d_sample_rate (sample_rate), d_update_rate (20), |