Renamed identifiers for consistency: s/complex_float/32fc/ s/complex_16/16sc/.
[debian/gnuradio] / gr-usrp2 / src / rx_16sc_handler.h
index cb83d860f8c3cb3de89284103a3a78a78aa0879d..d9a9e72e414561ca6b631aef3f293fc7002fdaf3 100644 (file)
@@ -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