diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-24 08:38:36 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-24 08:38:36 -0800 |
commit | cbeb4305b59d4b9370bfa7c6f5da7597f9de8045 (patch) | |
tree | e381a0561473d2971d78d30f7562d88aac3bb0b1 /firmware/zpu/lib | |
parent | d2e4354f7842d7adbdb11367cd8e98af6e463c14 (diff) | |
download | uhd-cbeb4305b59d4b9370bfa7c6f5da7597f9de8045.tar.gz uhd-cbeb4305b59d4b9370bfa7c6f5da7597f9de8045.tar.bz2 uhd-cbeb4305b59d4b9370bfa7c6f5da7597f9de8045.zip |
usrp2: same change but to fw updater
Diffstat (limited to 'firmware/zpu/lib')
-rw-r--r-- | firmware/zpu/lib/memory_map.h | 6 |
1 files changed, 1 insertions, 5 deletions
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; |