Renamed identifiers for consistency: s/complex_float/32fc/ s/complex_16/16sc/.
[debian/gnuradio] / gr-usrp2 / src / usrp2_sink_16sc.cc
index fd87ea8689e8d0d5bce73dd5a1886d0cb716dd93..bbd85563c8e5dea28e107a80e9df8f651f2fa491 100644 (file)
@@ -62,8 +62,8 @@ usrp2_sink_16sc::work(int noutput_items,
   metadata.send_now = 1;
   metadata.start_of_burst = 1;
 
-  bool ok = d_u2->tx_complex_int16(0,  // FIXME: someday, streams will have channel numbers
-                                  in, noutput_items, &metadata);
+  bool ok = d_u2->tx_16sc(0,  // FIXME: someday, streams will have channel numbers
+                         in, noutput_items, &metadata);
   if (!ok)
     std::cerr << "usrp2_sink_16sc: tx_complex_int16 failed" << std::endl;