aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/usrp-e-lb-test.c
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-05-28 11:26:40 +0000
committerPhilip Balister <philip@opensdr.com>2010-06-13 19:24:15 +0000
commit8869208ea8d8dfdd5fe86adc1637b93c4b390c0c (patch)
treea4346650facae73a1ad3755e609e4c31c44273df /host/apps/omap_debug/usrp-e-lb-test.c
parent71783634c4394e739bbc13a9bb3df7d6ab75c147 (diff)
downloaduhd-8869208ea8d8dfdd5fe86adc1637b93c4b390c0c.tar.gz
uhd-8869208ea8d8dfdd5fe86adc1637b93c4b390c0c.tar.bz2
uhd-8869208ea8d8dfdd5fe86adc1637b93c4b390c0c.zip
Update usrp_e.h file. Change programs to use struct element status instead of flags.
Diffstat (limited to 'host/apps/omap_debug/usrp-e-lb-test.c')
-rw-r--r--host/apps/omap_debug/usrp-e-lb-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/apps/omap_debug/usrp-e-lb-test.c b/host/apps/omap_debug/usrp-e-lb-test.c
index 675de8622..68848064e 100644
--- a/host/apps/omap_debug/usrp-e-lb-test.c
+++ b/host/apps/omap_debug/usrp-e-lb-test.c
@@ -32,7 +32,7 @@ int main(int argc, char *argv[])
tx_data = malloc(2048);
rx_data = malloc(2048);
- tx_data->flags = 0;
+ tx_data->status = 0;
tx_data->len = sizeof(struct usrp_transfer_frame) + packet_data_length;
while (1) {