diff options
author | Philip Balister <philip@opensdr.com> | 2010-05-28 11:26:40 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-06-13 19:24:15 +0000 |
commit | 8869208ea8d8dfdd5fe86adc1637b93c4b390c0c (patch) | |
tree | a4346650facae73a1ad3755e609e4c31c44273df /host/apps/omap_debug/usrp-e-lb-test.c | |
parent | 71783634c4394e739bbc13a9bb3df7d6ab75c147 (diff) | |
download | uhd-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.c | 2 |
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) { |