summaryrefslogtreecommitdiff
path: root/gr-usrp2/src/rx_32fc_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-usrp2/src/rx_32fc_handler.h')
-rw-r--r--gr-usrp2/src/rx_32fc_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-usrp2/src/rx_32fc_handler.h b/gr-usrp2/src/rx_32fc_handler.h
index 875027968..028dfadab 100644
--- a/gr-usrp2/src/rx_32fc_handler.h
+++ b/gr-usrp2/src/rx_32fc_handler.h
@@ -57,7 +57,7 @@ public:
printf("rx_32fc_handler: called with items=%zu ", nitems);
// Copy/reformat/endian swap USRP2 data to destination buffer
- usrp2::copy_u2_complex_16_to_host_complex_float(nitems, items, d_dest);
+ usrp2::copy_u2_16sc_to_host_32fc(nitems, items, d_dest);
d_dest += nitems;
// FIXME: do something with metadata