edits to encode_tlm

pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent 3ff7c6d9ee
commit 8458c94d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,10 @@ int main(void)
int reserved_space = 0;
int msg_length = get_cw(&packet[reserved_space],
// 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,
(MAX_MESSAGE_LENGTH + 1) - reserved_space);
printf("INFO: Sending another packet...\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.