]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
streamline
authorc vw <dl1ycf@darc.de>
Wed, 15 Aug 2018 17:37:05 +0000 (19:37 +0200)
committerc vw <dl1ycf@darc.de>
Wed, 15 Aug 2018 17:37:05 +0000 (19:37 +0200)
transmitter.c

index de9c3ba58bc2bafde3f39da1feee2d129b76860d..d5e4a99badf3a2f50941a742ecba6159461e4130 100644 (file)
@@ -1045,7 +1045,6 @@ void tx_set_ps(TRANSMITTER *tx,int state) {
 void tx_set_ps_sample_rate(TRANSMITTER *tx,int rate) {
   SetPSFeedbackRate (tx->id,rate);
 }
-#endif
 
 void tx_set_twotone(TRANSMITTER *tx,int state) {
   transmitter->twotone=state;
@@ -1070,6 +1069,10 @@ void tx_set_twotone(TRANSMITTER *tx,int state) {
   g_idle_add(ext_mox_update,(gpointer)(long)state);
 }
 
+void tx_set_ps_sample_rate(TRANSMITTER *tx,int rate) {
+  SetPSFeedbackRate (tx->id,rate);
+}
+#endif
 
 //
 // This is the old key-down/key-up interface for iambic.c