Update cw_main.c

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

@ -60,6 +60,12 @@ int main(void)
{ {
uint8_t retVal; uint8_t retVal;
int tlm[7][5]; int tlm[7][5];
int i, j;
for (i = 1, i < 7, i++) {
for (j = 1, j < 5, j++) {
tlm[i][j] = 0;
}
}
// send_afsk(); // send_afsk();
// printf("Result: %d \n",res); // printf("Result: %d \n",res);
@ -112,7 +118,7 @@ int main(void)
} else { } else {
get_tlm(tlm); get_tlm(tlm);
printf("TLM Received 1a: %d \n", tlm[1][1]); printf("TLM Received 1a: %d 2b: %d\n", tlm[1][1], tlm[2][2]);
int tlm_3a = 0, tlm_1b = 0; int tlm_3a = 0, tlm_1b = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.