git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2309 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.7.1
Martin Ewing, AA6E 2008-03-29 22:54:17 +00:00
rodzic 1a96603e4d
commit 909ea71ac9
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - main file
* Copyright (c) 2000-2005 by Stephane Fillod
*
* $Id: icom.c,v 1.104 2008-03-29 18:54:43 aa6e Exp $
* $Id: icom.c,v 1.105 2008-03-29 22:54:17 aa6e 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
@ -578,7 +578,7 @@ int icom_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width)
/* IC910H has different meaning of command 1A, subcommand 03. So do
* not ask for DSP filter settings */
/* Likewise, don't ask if we happen to be an Omni VI Plus */
if ( (rig->caps->rig_model == RIG_MODEL_IC910) |
if ( (rig->caps->rig_model == RIG_MODEL_IC910) ||
(rig->caps->rig_model == RIG_MODEL_OMNIVIP) )
return RIG_OK;