Update cw_main.c

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.