From 3772a75de14950ab7082666edadf9be2693f5b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 20 Apr 2005 16:36:00 +0000 Subject: [PATCH] added more vfo_ops git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2031 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- jrc/nrd545.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jrc/nrd545.c b/jrc/nrd545.c index 8a579f729..399409761 100644 --- a/jrc/nrd545.c +++ b/jrc/nrd545.c @@ -2,7 +2,7 @@ * Hamlib JRC backend - NRD-545 DSP description * Copyright (c) 2001-2004 by Stephane Fillod * - * $Id: nrd545.c,v 1.17 2005-04-03 19:57:46 fillods Exp $ + * $Id: nrd545.c,v 1.18 2005-04-20 16:36:00 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 @@ -137,7 +137,7 @@ const struct rig_caps nrd545_caps = { .max_ifshift = kHz(2.3), .targetable_vfo = 0, .transceive = RIG_TRN_RIG, -.vfo_ops = RIG_OP_FROM_VFO, +.vfo_ops = RIG_OP_FROM_VFO|RIG_OP_UP|RIG_OP_DOWN, .scan_ops = RIG_SCAN_STOP|RIG_SCAN_SLCT, .bank_qty = 0, .chan_desc_sz = 0,