got rid of one printf

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 725b14af1a
commit 8df09be064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -769,7 +769,7 @@ int get_tlm_fox() {
for (i = 1; i <= syncBits * samples; i++)
{
write_wave(ctr, buffer[alt]);
printf("%d ",ctr);
// printf("%d ",ctr);
// if ( (i % SAMPLES) == 0) {
if ( (i % samples) == 0) {
// int bit = SYNC_BITS - i/SAMPLES + 1;

Loading…
Cancel
Save

Powered by TurnKey Linux.