aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/lib/usrp/cores/gpio_atr_3000.cpp2
1 files changed, 1 insertions, 1 deletions
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