From 162ecb1b3379ce9e22318770d5d6adea219e2482 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 26 Dec 2020 16:26:21 -0500 Subject: [PATCH] Update main.c --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index bd697609..04f3e888 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -1326,7 +1326,7 @@ else { if ((loop + 4) % 8 == 0) { printf("Sending MAX frame \n"); frm_type = 0x02; - for (count1 = 0; count1 < 17; count1++) { + for (int count1 = 0; count1 < 17; count1++) { if (count1 < 3) other[count1] = other_max[count1]; if (count1 < 8) {