kopia lustrzana https://github.com/Hamlib/Hamlib
Fix gs232.c to allow \r as well as \n for Green Heron GS232B emulation
https://github.com/Hamlib/Hamlib/issues/962pull/976/head
rodzic
65cc7a76a3
commit
e70db413a0
|
@ -35,7 +35,7 @@
|
||||||
#include "idx_builtin.h"
|
#include "idx_builtin.h"
|
||||||
|
|
||||||
#define EOM "\r"
|
#define EOM "\r"
|
||||||
#define REPLY_EOM "\n"
|
#define REPLY_EOM "\r\n"
|
||||||
|
|
||||||
#define BUFSZ 64
|
#define BUFSZ 64
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue