diff options
| author | Ashish Chaudhari <ashish@ettus.com> | 2015-11-24 10:56:54 -0800 | 
|---|---|---|
| committer | Ashish Chaudhari <ashish@ettus.com> | 2015-11-24 10:56:54 -0800 | 
| commit | 3758c22510b48d024ae0861fdfd9c08dfecb7976 (patch) | |
| tree | f5563f82465e7c67a3966efe5545c302eb088c5a /host/lib | |
| parent | b17b440d75a874b404f5493cc8ca9a1d6dbeb08c (diff) | |
| download | uhd-3758c22510b48d024ae0861fdfd9c08dfecb7976.tar.gz uhd-3758c22510b48d024ae0861fdfd9c08dfecb7976.tar.bz2 uhd-3758c22510b48d024ae0861fdfd9c08dfecb7976.zip | |
radio: Fixed overlapping register for LED and FPGPIO core
Diffstat (limited to 'host/lib')
| -rw-r--r-- | host/lib/usrp/e300/e300_regs.hpp | 2 | ||||
| -rw-r--r-- | host/lib/usrp/x300/x300_regs.hpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/host/lib/usrp/e300/e300_regs.hpp b/host/lib/usrp/e300/e300_regs.hpp index 846c759a4..74e45df00 100644 --- a/host/lib/usrp/e300/e300_regs.hpp +++ b/host/lib/usrp/e300/e300_regs.hpp @@ -41,7 +41,7 @@ static const uint32_t TIME       = 128;  static const uint32_t RX_DSP     = 144;  static const uint32_t TX_DSP     = 184;  static const uint32_t LEDS       = 195; -static const uint32_t FP_GPIO    = 200; +static const uint32_t FP_GPIO    = 201;  static const uint32_t RX_FRONT   = 208;  static const uint32_t TX_FRONT   = 216;  static const uint32_t CODEC_IDLE = 250; diff --git a/host/lib/usrp/x300/x300_regs.hpp b/host/lib/usrp/x300/x300_regs.hpp index 7173c0660..489d249ba 100644 --- a/host/lib/usrp/x300/x300_regs.hpp +++ b/host/lib/usrp/x300/x300_regs.hpp @@ -42,7 +42,7 @@ static const uint32_t TIME       = 128;  static const uint32_t RX_DSP     = 144;  static const uint32_t TX_DSP     = 184;  static const uint32_t LEDS       = 195; -static const uint32_t FP_GPIO    = 200; +static const uint32_t FP_GPIO    = 201;  static const uint32_t RX_FRONT   = 208;  static const uint32_t TX_FRONT   = 216; | 
