From 9838719a505a4d406d0023f61fc6048147a790de Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Sat, 24 Sep 2016 17:03:30 +0200 Subject: [PATCH] protocol --- src/cwprotocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cwprotocol.h b/src/cwprotocol.h index 977a2f4..a1a3c3c 100644 --- a/src/cwprotocol.h +++ b/src/cwprotocol.h @@ -32,7 +32,7 @@ struct data_packet_format{ unsigned int a23; signed int code[SIZE_CODE]; unsigned int n; - char status[SIZE_STATUS]; /* This is called version in MorseKob */ + char status[SIZE_STATUS]; /* This is called version in MorseKob, in cwcom this transmits the sent character?! */ char a4[8]; };