Skip to content

Commit

Permalink
changed sleep(0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Jun 18, 2021
1 parent 95d9438 commit 9a0b27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afsk/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ void get_tlm_fox() {
// while ((millis() - sampleTime) < (unsigned int)samplePeriod)
int startSleep = millis();
while ((millis() - sampleTime) < ((unsigned int)frameTime - 100))
sleep(0.25);
sleep(0.5); // 25);
// sleep((unsigned int)sleepTime);
/**/

Expand Down

0 comments on commit 9a0b27f

Please sign in to comment.