diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/examples/gpio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/gpio.cpp b/host/examples/gpio.cpp index 5ee504de1..5b3c9a9dc 100644 --- a/host/examples/gpio.cpp +++ b/host/examples/gpio.cpp @@ -625,8 +625,8 @@ int UHD_SAFE_MAIN(int argc, char* argv[]) failures += int(!check_rb_values(usrp->get_gpio_attr(gpio_bank, "READBACK"), GPIO_BIT(3), num_bits, loopback_num_bits)); - stream_helper.stop_stream(true, true); output_reg_values(gpio_bank, port, usrp, num_bits, has_src_api); + stream_helper.stop_stream(true, true); } std::cout << std::endl; |