git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2073 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.5
Stéphane Fillod, F8CFE 2006-02-26 19:22:31 +00:00
rodzic 74e6aa54dc
commit 3cbbf34ec3
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib CI-V backend - description of IC-761 and variations
* Copyright (c) 2000-2004 by Stephane Fillod
* Copyright (c) 2000-2006 by Stephane Fillod
*
* $Id: ic761.c,v 1.2 2005-04-03 19:53:51 fillods Exp $
* $Id: ic761.c,v 1.3 2006-02-26 19:22:31 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
@ -61,7 +61,7 @@ const struct rig_caps ic761_caps = {
.mfg_name = "Icom",
.version = BACKEND_VER,
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
.ptt_type = RIG_PTT_NONE,
.dcd_type = RIG_DCD_NONE,