diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-12-11 14:31:06 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-12-16 10:54:00 +0100 |
commit | ed13b673b81d1cb7d5026eb6adf741f1f8c17ccd (patch) | |
tree | 99630a2e1ee50952824f55a9b4b5d497691f0f13 /host/lib/usrp/e300/e300_regs.hpp | |
parent | f6dcf4a96449d2406ee0cb07aa6668377ceb3889 (diff) | |
download | uhd-ed13b673b81d1cb7d5026eb6adf741f1f8c17ccd.tar.gz uhd-ed13b673b81d1cb7d5026eb6adf741f1f8c17ccd.tar.bz2 uhd-ed13b673b81d1cb7d5026eb6adf741f1f8c17ccd.zip |
e300,x300: Moved LED register space as not to overlap w/ GPIOs
Diffstat (limited to 'host/lib/usrp/e300/e300_regs.hpp')
-rw-r--r-- | host/lib/usrp/e300/e300_regs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_regs.hpp b/host/lib/usrp/e300/e300_regs.hpp index f99a19b8e..5736ebfd4 100644 --- a/host/lib/usrp/e300/e300_regs.hpp +++ b/host/lib/usrp/e300/e300_regs.hpp @@ -34,7 +34,7 @@ localparam SR_RX_CTRL = 96; localparam SR_TIME = 128; localparam SR_RX_DSP = 144; localparam SR_TX_DSP = 184; -localparam SR_LEDS = 196; +localparam SR_LEDS = 195; localparam SR_FP_GPIO = 200; localparam SR_RX_FRONT = 208; localparam SR_TX_FRONT = 216; |