diff options
author | Matt Ettus <matt@ettus.com> | 2010-02-22 18:43:16 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-02-22 18:43:16 -0800 |
commit | 3cd7bc9be6420623eb7803e490b39ecc75d83ed9 (patch) | |
tree | e52321bfd382ed1a847efa8d499fdf360cea8c6c /host/apps | |
parent | ba0bbdb3ca3815ca45766cc5f2d06a4d12810f0f (diff) | |
download | uhd-3cd7bc9be6420623eb7803e490b39ecc75d83ed9.tar.gz uhd-3cd7bc9be6420623eb7803e490b39ecc75d83ed9.tar.bz2 uhd-3cd7bc9be6420623eb7803e490b39ecc75d83ed9.zip |
full neame
Diffstat (limited to 'host/apps')
-rwxr-xr-x | host/apps/omap_debug/set_debug_pins.py | 8 |
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) |