Actually enable/disable tx via gpio (...when tx enable is supported).
[debian/gnuradio] / usrp2 / firmware / lib / db_xcvr2450.c
index 8132d69a70d38247d0f0a44b2ea2ee5b59d93382..301409d6b7b5c5960e0bb6294cd21a80e11de1db 100644 (file)
@@ -491,5 +491,6 @@ bool
 xcvr2450_set_tx_enable(struct db_base *dbb, bool on){
   struct db_xcvr2450_dummy *db = (struct db_xcvr2450_dummy *) dbb;
   db->common->d_tx_enb = on;
+  set_gpio(db);
   return true;
 }