From 8d52549c9a56f17b791954f1d948c84cd4fff851 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 12 Sep 2019 10:43:06 -0400 Subject: [PATCH] Really setting to FRAME_CNT 3 --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 4f9c0199..dc41ecdd 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -104,7 +104,7 @@ int sock = 0; #define SYNC_BITS 10 #define SYNC_WORD 0b0011111010 #define PARITY_LEN 32 -#define FRAME_CNT 4 //14 // 3 33 // Add 3 frames to the count +#define FRAME_CNT 3 //14 // 3 33 // Add 3 frames to the count #define SAMPLES (S_RATE / BIT_RATE)