nseq uses YAESU_CMD_LENGTH

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@305 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.1
Frank Singleton, VK3FCS 2000-12-22 04:59:17 +00:00
rodzic 2bf4f5e18d
commit 0ed363957b
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
* yaesu.h - (C) Frank Singleton 2000 (vk3fcs@ix.netcom.com)
* Common yaesu declarations for hamlib
*
* $Id: yaesu.h,v 1.2 2000-12-22 01:41:09 javabear Exp $
* $Id: yaesu.h,v 1.3 2000-12-22 04:59:17 javabear Exp $
*
*
*
@ -39,8 +39,8 @@
*/
struct yaesu_cmd_set {
unsigned char ncomp; /* 1 = complete, 0 = incomplete, needs extra info */
unsigned char nseq[5]; /* native cmd sequence */
unsigned char ncomp; /* 1 = complete, 0 = incomplete, needs extra info */
unsigned char nseq[YAESU_CMD_LENGTH]; /* native cmd sequence */
};
typedef struct yaesu_cmd_set yaesu_cmd_set_t;