kopia lustrzana https://github.com/Hamlib/Hamlib
Fix FT1000MP status return length -- is 5 now rather than 6
https://github.com/Hamlib/Hamlib/issues/258pull/281/head
rodzic
07948a598e
commit
02ec0d9bd1
|
@ -25,7 +25,7 @@
|
||||||
#ifndef _FT1000MP_H
|
#ifndef _FT1000MP_H
|
||||||
#define _FT1000MP_H 1
|
#define _FT1000MP_H 1
|
||||||
|
|
||||||
#define FT1000MP_STATUS_FLAGS_LENGTH 6 /* 0xfa return size */
|
#define FT1000MP_STATUS_FLAGS_LENGTH 5 /* 0xfa return size */
|
||||||
#define FT1000MP_STATUS_UPDATE_LENGTH 16 /* 0x10 U = 02 return size */
|
#define FT1000MP_STATUS_UPDATE_LENGTH 16 /* 0x10 U = 02 return size */
|
||||||
|
|
||||||
#define FT1000MP_PACING_INTERVAL 5
|
#define FT1000MP_PACING_INTERVAL 5
|
||||||
|
|
Ładowanie…
Reference in New Issue