Update cw_main.c

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.