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 f693d7db1..caa36b3f1 100644
--- a/host/apps/omap_debug/usrp-e-spi.c
+++ b/host/apps/omap_debug/usrp-e-spi.c
@@ -31,7 +31,7 @@ int main(int argc, char *argv[])
spi_dat.slave = slave;
spi_dat.data = data;
spi_dat.length = length;
- spi_dat.flags = 0;
+ spi_dat.flags = UE_SPI_PUSH_FALL | UE_SPI_LATCH_RISE;
if (*argv[1] == 'r') {
spi_dat.readback = 1;