added OptoScan 456

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1016 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-03-10 23:36:23 +00:00
rodzic 882413de4f
commit a753331e29
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
ICOMSRCLIST = ic706.c icr8500.c ic735.c ic775.c ic756.c icall.c \
ic275.c ic475.c ic821h.c icr7000.c ic910.c ic970.c \
ic718.c os535.c
ic718.c os535.c os456.c
lib_LTLIBRARIES = libhamlib-icom.la
libhamlib_icom_la_SOURCES = $(ICOMSRCLIST) icom.c frame.c optoscan.c

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib CI-V backend - main header
* Copyright (c) 2000-2002 by Stephane Fillod
*
* $Id: icom.h,v 1.42 2002-03-06 21:10:56 fillods Exp $
* $Id: icom.h,v 1.43 2002-03-10 23:36:23 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
@ -131,6 +131,7 @@ extern const struct rig_caps icall_caps;
extern const struct rig_caps ic275_caps;
extern const struct rig_caps ic475_caps;
extern const struct rig_caps os456_caps;
extern const struct rig_caps os535_caps;
extern BACKEND_EXPORT(rig_model_t) proberigs_icom(port_t *p);