diff options
Diffstat (limited to 'gr-usrp2/src/rx_16sc_handler.h')
-rw-r--r-- | gr-usrp2/src/rx_16sc_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-usrp2/src/rx_16sc_handler.h b/gr-usrp2/src/rx_16sc_handler.h index cb83d860f..d9a9e72e4 100644 --- a/gr-usrp2/src/rx_16sc_handler.h +++ b/gr-usrp2/src/rx_16sc_handler.h @@ -56,7 +56,7 @@ public: printf("rx_16sc_handler: called with items=%zu ", nitems); // Copy/reformat/endian swap USRP2 data to destination buffer - usrp2::copy_u2_complex_16_to_host_complex_16(nitems, items, d_dest); + usrp2::copy_u2_16sc_to_host_16sc(nitems, items, d_dest); d_dest += nitems; // FIXME: do something with metadata |