increment loop_count

pull/108/head
alanbjohnston 5 years ago committed by GitHub
parent cb28bc05bc
commit cc8c1a8e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2222,7 +2222,7 @@ void get_tlm_fox() {
*/
// if ((mode == BPSK) && (firstTime == 1)) // only do first time
// if (firstTime == 1) // only do first time
if ((firstTime == 1) || ((loop_count % 32) == 0)) // do first time and every 32 samples
if ((firstTime == 1) || ((loop_count++ % 32) == 0)) // do first time and every 32 samples
{
int max;
if (mode == FSK)

Loading…
Cancel
Save

Powered by TurnKey Linux.