Update cw_main.c

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.