From 1d6366c2fb656eebdcc3fa3e30719bf441aa035b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sat, 25 Oct 2008 15:27:58 +0000 Subject: [PATCH] set Argonaut status to STABLE git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2421 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tentec/argonaut.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tentec/argonaut.c b/tentec/argonaut.c index ac2ff137c..9e13ff791 100644 --- a/tentec/argonaut.c +++ b/tentec/argonaut.c @@ -1,8 +1,8 @@ /* * Hamlib TenTenc backend - TT-516 PC-Radio description - * Copyright (c) 2003 by Stephane Fillod + * Copyright (c) 2003-2008 by Stephane Fillod * - * $Id: argonaut.c,v 1.4 2008-01-12 12:50:29 n0nb Exp $ + * $Id: argonaut.c,v 1.5 2008-10-25 15:27:58 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 @@ -41,7 +41,7 @@ RIG_LEVEL_RFPOWER|RIG_LEVEL_KEYSPD| \ RIG_LEVEL_SWR|RIG_LEVEL_ATT) -#define TT516_ANTS 0 +#define TT516_ANTS RIG_ANT_1 #define TT516_VFO (RIG_VFO_A|RIG_VFO_B) @@ -57,9 +57,9 @@ const struct rig_caps tt516_caps = { .rig_model = RIG_MODEL_TT516, .model_name = "TT-516 Argonaut V", .mfg_name = "Ten-Tec", -.version = "0.1", +.version = "0.2", .copyright = "LGPL", -.status = RIG_STATUS_UNTESTED, +.status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE,