From 5ac219cc0668abba0fc6ec1264df57f44b9fcba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 23 Aug 2010 21:45:52 +0000 Subject: [PATCH] change backend status git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2966 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- yaesu/ft2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaesu/ft2000.c b/yaesu/ft2000.c index e528a9b49..59d9ee942 100644 --- a/yaesu/ft2000.c +++ b/yaesu/ft2000.c @@ -55,7 +55,7 @@ const struct rig_caps ft2000_caps = { .mfg_name = "Yaesu", .version = NEWCAT_VER, .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,