From 9f00cc4fe9b7f1e70a5e158f33f2e10e3038763f Mon Sep 17 00:00:00 2001 From: Stephane Fillod Date: Sat, 10 Sep 2011 16:31:31 +0200 Subject: [PATCH] update status: BETA --- icom/ic7200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icom/ic7200.c b/icom/ic7200.c index 7b66b5d07..6e0594843 100644 --- a/icom/ic7200.c +++ b/icom/ic7200.c @@ -89,7 +89,7 @@ const struct rig_caps ic7200_caps = { .mfg_name = "Icom", .version = BACKEND_VER, .copyright = "LGPL", -.status = RIG_STATUS_UNTESTED, +.status = RIG_STATUS_BETA, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG,