From dfd4cbbc5ac03ec362a854d27b25e0e7e52ef04b Mon Sep 17 00:00:00 2001 From: "Steve Conklin, AI4QR" Date: Tue, 5 Feb 2008 00:07:29 +0000 Subject: [PATCH] This fixes an error message from grig git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2289 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- yaesu/ft767gx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/yaesu/ft767gx.c b/yaesu/ft767gx.c index ae1f502f1..0d4ea1e21 100644 --- a/yaesu/ft767gx.c +++ b/yaesu/ft767gx.c @@ -446,6 +446,7 @@ int ft767_open(RIG *rig) memset(priv->update_data,0,FT767GX_STATUS_UPDATE_DATA_LENGTH); return retval; } + rig->state.vfo_list = RIG_VFO_A | RIG_VFO_B; return RIG_OK; }