added write_wave with buffer[alt]

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.