From 5bb2cdf91cf8ca51525b6eb91b2e9219fdcf40ee Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 9 Nov 2008 22:52:29 +0000 Subject: hardware control of leds git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9962 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/firmware/lib/memory_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usrp2/firmware/lib') 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 -- cgit