aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/usrp-e-lb-test.c
diff options
context:
space:
mode:
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) {