removed sleep(2.3)

pull/126/head
alanbjohnston 5 years ago committed by GitHub
parent d88d0d2cfc
commit 2cdb41f04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1095,7 +1095,7 @@ void get_tlm_fox() {
while ((millis() - sampleTime) < (unsigned int)samplePeriod)
sleep((unsigned int)sleepTime);
*/
sleep(2.3); // No sleep at all!
// sleep(2.3); // No sleep at all!
// sleep(1.3);
digitalWrite(txLed, txLedOff);

Loading…
Cancel
Save

Powered by TurnKey Linux.