From cbeb4305b59d4b9370bfa7c6f5da7597f9de8045 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 24 Jan 2012 08:38:36 -0800 Subject: usrp2: same change but to fw updater --- firmware/zpu/lib/memory_map.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'firmware/zpu/lib') diff --git a/firmware/zpu/lib/memory_map.h b/firmware/zpu/lib/memory_map.h index 84298d3c1..0076836a9 100644 --- a/firmware/zpu/lib/memory_map.h +++ b/firmware/zpu/lib/memory_map.h @@ -297,11 +297,7 @@ typedef struct { // --- VITA RX CTRL regs --- typedef struct { - // The following 3 are logically a single command register. - // They are clocked into the underlying fifo when time_ticks is written. - volatile uint32_t cmd; // {now, chain, num_samples(30) - volatile uint32_t time_secs; - volatile uint32_t time_ticks; + volatile uint32_t _pad[3]; volatile uint32_t clear; } sr_rx_ctrl_t; -- cgit v1.2.3