Update cw_main.c

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

@ -58,7 +58,7 @@ int add_space(uint8_t *msg);
int main(void) int main(void)
{ {
uint8_t retVal; uint8_t retVal;
int tlm[7][4]; int tlm[7][5];
// send_afsk(); // send_afsk();
// printf("Result: %d \n",res); // printf("Result: %d \n",res);
@ -416,7 +416,7 @@ int add_dot(uint8_t *msg, int number) {
} }
return counter; return counter;
} }
int get_tlm(int *tlm[][]) { 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]);

Loading…
Cancel
Save

Powered by TurnKey Linux.