misc fixes as suggested by John R. Marshall

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1014 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-03-07 22:58:47 +00:00
rodzic 87493513e4
commit 153b6a0595
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - OptoScan extensions * Hamlib CI-V backend - OptoScan extensions
* Copyright (c) 2000-2002 by Stephane Fillod * 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 * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * 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; return NULL;
if (ack_len != 7) { 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); "len=%d\n", ackbuf[0], ack_len);
return NULL; return NULL;
} }

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - description of the OptoScan535 * Hamlib CI-V backend - description of the OptoScan535
* Copyright (c) 2000-2002 by Stephane Fillod * 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 * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * 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: { tuning_steps: {
{OS535_MODES,kHz(5)}, {OS535_MODES,kHz(5)},
{OS535_MODES,kHz(12.5)}, {OS535_MODES,kHz(12.5)},
{OS535_MODES,kHz(50)},
RIG_TS_END, RIG_TS_END,
}, },
/* mode/filter list, remember: order matters! */ /* mode/filter list, remember: order matters! */