Update cw_main.c

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.