From b7827ddf7b89b61dc8a2c337798bd7efb2684ba0 Mon Sep 17 00:00:00 2001 From: "Frank Singleton, VK3FCS" Date: Sat, 29 Jul 2000 23:12:57 +0000 Subject: [PATCH] starting on cmd_set commands now git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@49 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- ft847/ft847.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ft847/ft847.h b/ft847/ft847.h index aefb41eff..c4b3cb50d 100644 --- a/ft847/ft847.h +++ b/ft847/ft847.h @@ -6,7 +6,7 @@ * via serial interface to an FT-847 using the "CAT" interface. * * - * $Id: ft847.h,v 1.5 2000-07-29 20:26:59 javabear Exp $ + * $Id: ft847.h,v 1.6 2000-07-29 23:12:57 javabear Exp $ */ /* @@ -115,9 +115,9 @@ long int cmd_get_freq_mode_status_sat_tx_vfo(int fd, unsigned char *mode); /* - * Set frequency in Hz. + * Set frequency in Hz and mode * */ -void cmd_set_freq_main_vfo_hz(unsigned long int freq); +void cmd_set_freq_main_vfo_hz(int fd,long int freq, unsigned char mode);