diff options
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/firmware/lib/memory_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/firmware/lib/memory_map.h b/usrp2/firmware/lib/memory_map.h index 159b095c1..e03e76784 100644 --- a/usrp2/firmware/lib/memory_map.h +++ b/usrp2/firmware/lib/memory_map.h @@ -355,6 +355,7 @@ typedef struct { volatile uint32_t debug_mux_ctrl; volatile uint32_t ram_page; // FIXME should go somewhere else... volatile uint32_t flush_icache; // Flush the icache + volatile uint32_t led_src; // HW or SW control for LEDs } output_regs_t; #define SERDES_ENABLE 8 |