Fix FT1000MP status return length -- is 5 now rather than 6

https://github.com/Hamlib/Hamlib/issues/258
pull/281/head
Michael Black W9MDB 2020-05-22 14:26:21 -05:00
rodzic 07948a598e
commit 02ec0d9bd1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,7 @@
#ifndef _FT1000MP_H
#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_PACING_INTERVAL 5