From d37a3087b0e508420712ebb5c87e3bf1e666822f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 9 Jan 2006 21:45:06 +0000 Subject: [PATCH] added IC-7000 in CI-V addr list git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2059 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/icom.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icom/icom.c b/icom/icom.c index ba29a6434..3371caced 100644 --- a/icom/icom.c +++ b/icom/icom.c @@ -1,8 +1,8 @@ /* * Hamlib CI-V backend - main file - * Copyright (c) 2000-2004 by Stephane Fillod + * Copyright (c) 2000-2005 by Stephane Fillod * - * $Id: icom.c,v 1.94 2005-04-20 13:26:55 fillods Exp $ + * $Id: icom.c,v 1.95 2006-01-09 21:45:06 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 @@ -259,6 +259,7 @@ static const struct icom_addr icom_addr_list[] = { { RIG_MODEL_IC718, 0x5e }, { RIG_MODEL_OS535, 0x80 }, { RIG_MODEL_ICID1, 0x01 }, + { RIG_MODEL_IC7000, 0x70 }, { RIG_MODEL_NONE, 0 }, };