summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-30 16:56:55 -0800
committerJosh Blum <josh@joshknows.com>2010-12-30 16:56:55 -0800
commit0e22d0b03e835b5a793aff9b03cd3791733cdafc (patch)
treeee81064f0514c8cd1e351a373a7e907963d8af0f
parent76c8b7fa24ea6c1bba84d7116b12dc0e4c5cacf6 (diff)
downloaduhd-0e22d0b03e835b5a793aff9b03cd3791733cdafc.tar.gz
uhd-0e22d0b03e835b5a793aff9b03cd3791733cdafc.tar.bz2
uhd-0e22d0b03e835b5a793aff9b03cd3791733cdafc.zip
usrp2: what the hell, why does that make a difference
-rw-r--r--host/lib/usrp/usrp2/fw_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h
index 5637987f2..f07eaeb21 100644
--- a/host/lib/usrp/usrp2/fw_common.h
+++ b/host/lib/usrp/usrp2/fw_common.h
@@ -125,7 +125,7 @@ typedef struct{
struct {
__stdint(uint32_t) addr;
__stdint(uint32_t) data;
- __stdint(uint64_t) _pad;
+ __stdint(uint32_t) _pad[2];
__stdint(uint8_t) num_bytes; //1, 2, 4
} poke_args;
struct {