removed printfs in generation of wav, 2 frames

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

@ -592,7 +592,7 @@ int get_tlm_fox() {
rs_frame[j][i] = b[ctr3 % DATA_LEN];
update_rs(parities[j], b[ctr3 % DATA_LEN]);
// printf("%d rs_frame[%d][%d] = %x %d \n",
ctr1, j, i, b[ctr3 % DATA_LEN], ctr3 % DATA_LEN);
// ctr1, j, i, b[ctr3 % DATA_LEN], ctr3 % DATA_LEN);
data8[ctr1++] = rs_frame[j][i];
// printf ("data8[%d] = %x \n", ctr1 - 1, rs_frame[j][i]);
ctr3++;

Loading…
Cancel
Save

Powered by TurnKey Linux.