summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/apps/omap_debug/usrp-e-spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/apps/omap_debug/usrp-e-spi.c b/host/apps/omap_debug/usrp-e-spi.c
index 1af47b172..f7131bbe3 100644
--- a/host/apps/omap_debug/usrp-e-spi.c
+++ b/host/apps/omap_debug/usrp-e-spi.c
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
spi_dat.slave = slave;
spi_dat.data = data;
- spi_dat.length = 2;
+ spi_dat.length = 32;
spi_dat.flags = 0;
if (*argv[1] == 'r') {