kopia lustrzana https://github.com/Hamlib/Hamlib
misc fixes as suggested by John R. Marshall
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1014 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
87493513e4
commit
153b6a0595
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - OptoScan extensions
|
||||
* Copyright (c) 2000-2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: optoscan.c,v 1.1 2002-03-06 21:10:08 fillods Exp $
|
||||
* $Id: optoscan.c,v 1.2 2002-03-07 22:58:47 fillods Exp $
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Library General Public License as
|
||||
|
@ -125,7 +125,7 @@ const char* optoscan_get_info(RIG *rig)
|
|||
return NULL;
|
||||
|
||||
if (ack_len != 7) {
|
||||
rig_debug(RIG_DEBUG_ERR,"icom_get_info: ack NG (%#.2x), "
|
||||
rig_debug(RIG_DEBUG_ERR,"optoscan_get_info: ack NG (%#.2x), "
|
||||
"len=%d\n", ackbuf[0], ack_len);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of the OptoScan535
|
||||
* Copyright (c) 2000-2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: os535.c,v 1.1 2002-03-06 21:10:08 fillods Exp $
|
||||
* $Id: os535.c,v 1.2 2002-03-07 22:58:47 fillods Exp $
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Library General Public License as
|
||||
|
@ -119,6 +119,7 @@ tx_range_list2: { RIG_FRNG_END, }, /* this is a scanner */
|
|||
tuning_steps: {
|
||||
{OS535_MODES,kHz(5)},
|
||||
{OS535_MODES,kHz(12.5)},
|
||||
{OS535_MODES,kHz(50)},
|
||||
RIG_TS_END,
|
||||
},
|
||||
/* mode/filter list, remember: order matters! */
|
||||
|
|
Ładowanie…
Reference in New Issue