removed sleep

pull/116/head
alanbjohnston 5 years ago committed by GitHub
parent b44c8defef
commit 739d111da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1058,7 +1058,7 @@ void get_tlm_fox() {
while ((millis() - sampleTime) < (unsigned int)samplePeriod) while ((millis() - sampleTime) < (unsigned int)samplePeriod)
sleep((unsigned int)sleepTime); sleep((unsigned int)sleepTime);
*/ */
sleep(2.5); // sleep(2.5);
digitalWrite(txLed, txLedOff); digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING #ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.