From: c vw Date: Wed, 15 Aug 2018 17:37:05 +0000 (+0200) Subject: streamline X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/status?a=commitdiff_plain;h=051ac96099f8ada0e836b737d1b6eb2b1c4988be;p=pihpsdr.git streamline --- diff --git a/transmitter.c b/transmitter.c index de9c3ba..d5e4a99 100644 --- a/transmitter.c +++ b/transmitter.c @@ -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