From 89816feb7022ee5def846a70c12ca63e04d0c0d2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 28 Sep 2019 15:26:18 -0400 Subject: [PATCH] changed to h[7] --- afsk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index c59f6d0d..035178d9 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -573,7 +573,7 @@ int get_tlm_fox() { if (mode == FSK) id = 7; else - id = 0; // 99 in h[6] + id = 0; // 99 in h[7] // for (int frames = 0; frames < FRAME_CNT; frames++) for (int frames = 0; frames < frameCnt; frames++) @@ -642,7 +642,7 @@ int get_tlm_fox() { h[5] = (h[5] & 0x0f) | (frm_type << 4); if (mode == BPSK) - h[6] = 99; + h[7] = 99; posXv = reading[PLUS_X].current * 10; posYv = reading[PLUS_Y].current * 10;