From ceeac36ef6be107764c33dc24a2d050d9f697e18 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 22 Sep 2018 14:46:49 -0400 Subject: [PATCH] edits to encode_tlm --- cw/cw_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw/cw_main.c b/cw/cw_main.c index f090920c..1226bf1c 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -83,7 +83,7 @@ int main(void) // int msg_length = get_cw(&packet[reserved_space], // (MAX_MESSAGE_LENGTH + 1) - reserved_space); - int msg_length = encode_tlm(&packet[reserved_space], 1, 12, 34, 56,78, + int msg_length = encode_tlm(&packet[reserved_space], 1, 00, 00, 00, 00, (MAX_MESSAGE_LENGTH + 1) - reserved_space); printf("INFO: Sending another packet...\n");