no support for icr75_get/set_channel on this model

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1044 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-04-23 22:01:16 +00:00
rodzic e60da06b59
commit 4e7082c023
2 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - Do it all Icom description for debugging
* Copyright (c) 2000,2001 by Stephane Fillod
*
* $Id: icall.c,v 1.9 2001-10-07 21:48:02 f4cfe Exp $
* $Id: icall.c,v 1.10 2002-04-23 22:01:16 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
@ -185,8 +185,6 @@ set_level: icom_set_level,
get_level: icom_get_level,
set_func: icom_set_func,
get_func: icom_get_func,
set_channel: icom_set_channel,
get_channel: icom_get_channel,
set_mem: icom_set_mem,
vfo_op: icom_vfo_op,
set_ptt: icom_set_ptt,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - IC-R8500 description
* Copyright (c) 2000,2001 by Stephane Fillod
*
* $Id: icr8500.c,v 1.14 2002-02-27 23:19:09 fillods Exp $
* $Id: icr8500.c,v 1.15 2002-04-23 22:01:16 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
@ -160,8 +160,6 @@ decode_event: icom_decode_event,
set_level: icom_set_level,
get_level: icom_get_level,
set_func: icom_set_func,
set_channel: icom_set_channel,
get_channel: icom_get_channel,
set_mem: icom_set_mem,
vfo_op: icom_vfo_op,
set_ts: icom_set_ts,