summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-08-25 18:55:09 -0700
committerNick Foster <nick@nerdnetworks.org>2010-08-25 18:55:09 -0700
commit0019bb05437702a6727d3632c6efc6a600bb4aa2 (patch)
tree0017d74d367d6785ab4df1521c619d0904f3f170 /firmware
parentf60d5513fa80fc4d64f2781352baa6180f58fd51 (diff)
downloaduhd-0019bb05437702a6727d3632c6efc6a600bb4aa2.tar.gz
uhd-0019bb05437702a6727d3632c6efc6a600bb4aa2.tar.bz2
uhd-0019bb05437702a6727d3632c6efc6a600bb4aa2.zip
Change to get codec_impl to compile, dur.
Changed memory map to correspond to new tx_policy code.
Diffstat (limited to 'firmware')
-rw-r--r--firmware/microblaze/usrp2p/memory_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/microblaze/usrp2p/memory_map.h b/firmware/microblaze/usrp2p/memory_map.h
index addcf67d4..8d0d0c365 100644
--- a/firmware/microblaze/usrp2p/memory_map.h
+++ b/firmware/microblaze/usrp2p/memory_map.h
@@ -417,12 +417,12 @@ typedef struct {
// crazy order that matches the labels on the case
#define LED_A (1 << 2)
-#define LED_B (1 << 5)
+#define LED_B (1 << 0)
#define LED_E (1 << 3)
#define LED_D (1 << 1)
#define LED_C (1 << 4)
// LED_F // controlled by CPLD
-#define LED_RJ45 (1 << 0)
+#define LED_RJ45 (1 << 5)
#define output_regs ((output_regs_t *) MISC_OUTPUT_BASE)