kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
22e76e652f
commit
7993f573b7
|
@ -109,6 +109,7 @@ void never_used()
|
||||||
icom_power2mW();
|
icom_power2mW();
|
||||||
icom_send_morse();
|
icom_send_morse();
|
||||||
icom_send_voice_mem();
|
icom_send_voice_mem();
|
||||||
|
icom_stop_morse();
|
||||||
icom_set_bank();
|
icom_set_bank();
|
||||||
icom_set_ctcss_sql();
|
icom_set_ctcss_sql();
|
||||||
icom_set_ctcss_tone();
|
icom_set_ctcss_tone();
|
||||||
|
|
|
@ -5179,7 +5179,6 @@ static int wait_morse_ptt(RIG *rig, vfo_t vfo)
|
||||||
{
|
{
|
||||||
ptt_t pttStatus = RIG_PTT_OFF;
|
ptt_t pttStatus = RIG_PTT_OFF;
|
||||||
int loops = 0;
|
int loops = 0;
|
||||||
int retval;
|
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
||||||
|
|
||||||
|
@ -5187,6 +5186,7 @@ static int wait_morse_ptt(RIG *rig, vfo_t vfo)
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
int retval;
|
||||||
rig_debug(RIG_DEBUG_TRACE, "%s: loop#%d until ptt=0, ptt=%d\n", __func__, loops,
|
rig_debug(RIG_DEBUG_TRACE, "%s: loop#%d until ptt=0, ptt=%d\n", __func__, loops,
|
||||||
pttStatus);
|
pttStatus);
|
||||||
elapsed_ms(&rig->state.cache.time_ptt, HAMLIB_ELAPSED_INVALIDATE);
|
elapsed_ms(&rig->state.cache.time_ptt, HAMLIB_ELAPSED_INVALIDATE);
|
||||||
|
|
Ładowanie…
Reference in New Issue