From 0eb0e4913ce6195d76c1e1100ac8be8310e5a53d Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Fri, 16 Oct 2015 12:04:52 -0700 Subject: fixup! usrp3: Fixed issue where ATR Idle could clobber GPIO out --- host/lib/usrp/cores/gpio_atr_3000.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/lib/usrp/cores/gpio_atr_3000.cpp b/host/lib/usrp/cores/gpio_atr_3000.cpp index 7f48abc69..59683d1c9 100644 --- a/host/lib/usrp/cores/gpio_atr_3000.cpp +++ b/host/lib/usrp/cores/gpio_atr_3000.cpp @@ -141,7 +141,7 @@ public: break; case GPIO_OUT: //Only set bits that are driven statically - set_atr_reg(ATR_REG_IDLE, value); + set_gpio_out(value); break; case GPIO_ATR_0X: //Only set bits that are driven by the ATR engine -- cgit v1.2.3