summaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-04-20 13:35:00 +0000
committerPhilip Balister <philip@opensdr.com>2010-04-20 13:35:00 +0000
commitc05fc634407741ce202cccc0781e937897c51361 (patch)
treed44e0eb05a05a3d5b8b3e67213e522eaa710f481 /host/apps/omap_debug
parent29a3b01fb48d1c10f489103b9012b14be6f1553d (diff)
downloaduhd-c05fc634407741ce202cccc0781e937897c51361.tar.gz
uhd-c05fc634407741ce202cccc0781e937897c51361.tar.bz2
uhd-c05fc634407741ce202cccc0781e937897c51361.zip
usrp-e-spi: change active edges around.
Diffstat (limited to 'host/apps/omap_debug')
-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;