aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-02-22 18:43:16 -0800
committerMatt Ettus <matt@ettus.com>2010-02-22 18:43:16 -0800
commit3cd7bc9be6420623eb7803e490b39ecc75d83ed9 (patch)
treee52321bfd382ed1a847efa8d499fdf360cea8c6c /host
parentba0bbdb3ca3815ca45766cc5f2d06a4d12810f0f (diff)
downloaduhd-3cd7bc9be6420623eb7803e490b39ecc75d83ed9.tar.gz
uhd-3cd7bc9be6420623eb7803e490b39ecc75d83ed9.tar.bz2
uhd-3cd7bc9be6420623eb7803e490b39ecc75d83ed9.zip
full neame
Diffstat (limited to 'host')
-rwxr-xr-xhost/apps/omap_debug/set_debug_pins.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/apps/omap_debug/set_debug_pins.py b/host/apps/omap_debug/set_debug_pins.py
index 982c290ef..d67cc3e58 100755
--- a/host/apps/omap_debug/set_debug_pins.py
+++ b/host/apps/omap_debug/set_debug_pins.py
@@ -28,7 +28,7 @@ set_reg(gpio_base+gpio_ddr, 0xFFFF)
set_reg(gpio_base+gpio_ddr+2, 0xFFFF)
# Set CTRL to Debug #0 ( A is for debug 0, F is for debug 1 )
-set_reg(gpio_base+ctrl_lo, 0xAAAA)
-set_reg(gpio_base+ctrl_lo+2, 0xAAAA)
-set_reg(gpio_base+ctrl_hi, 0xAAAA)
-set_reg(gpio_base+ctrl_hi+2, 0xAAAA)
+set_reg(gpio_base+gpio_ctrl_lo, 0xAAAA)
+set_reg(gpio_base+gpio_ctrl_lo+2, 0xAAAA)
+set_reg(gpio_base+gpio_ctrl_hi, 0xAAAA)
+set_reg(gpio_base+gpio_ctrl_hi+2, 0xAAAA)