reset ctr to zero

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

@ -694,7 +694,10 @@ int get_tlm_fox() {
int data;
int val;
int offset = 0;
ctr = 0;
flip_ctr = 0;
phase = 1;
for (i = 1; i <= SYNC_BITS * SAMPLES; i++)
{
write_wave(ctr);

Loading…
Cancel
Save

Powered by TurnKey Linux.