Update cw_main.c

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

@ -424,13 +424,13 @@ int add_dot(uint8_t *msg, int number) {
return counter;
}
int get_tlm(int tlm[][5]) {
printf("11\n");
printf("TLM 1a: %d \n", tlm[1][1]);
printf("12\n");
// printf("11\n");
// printf("TLM 1a: %d \n", tlm[1][1]);
// printf("12\n");
tlm[1][1] = 99;
printf("13\n");
// printf("13\n");
printf("TLM 1a: %d \n", tlm[1][1]);
printf("14\n");
// printf("14\n");
return 0;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.