fix to make get_freq work for the ft920 (different than ft847)

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1225 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Stéphane Fillod, F8CFE 2002-10-29 23:53:39 +00:00
parent 4fb92f36e7
commit 8bad6b60f1

View File

@ -6,7 +6,7 @@
* via serial interface to an FT-920 using the "CAT" interface
*
*
* $Id: ft920.h,v 1.1 2002-10-28 04:53:05 n0nb Exp $
* $Id: ft920.h,v 1.2 2002-10-29 23:53:39 fillods Exp $
*
*
* This program is free software; you can redistribute it and/or
@ -168,8 +168,8 @@ typedef enum ft920_native_cmd_e ft920_native_cmd_t;
#define FT920_SUMO_DISPLAYED_MODE 0x18
#define FT920_SUMO_DISPLAYED_STATUS 0x00
#define FT920_SUMO_DISPLAYED_FREQ 0x01
#define FT920_SUMO_VFO_A_FREQ 0x09
#define FT920_SUMO_VFO_B_FREQ 0x11
#define FT920_SUMO_VFO_A_FREQ 0x01
#define FT920_SUMO_VFO_B_FREQ 0x0f