Update cubesatsim.ino

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent fa4f6755b6
commit e083229a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -334,8 +334,9 @@ void get_tlm_fox() {
sleep(0.1); // 25); // 0.5); // 25);
// sleep((unsigned int)sleepTime);
/**/
Serial.println"Sleep period: %d\n", millis() - startSleep);
fflush(stdout);
Serial.print("Sleep period: ");
Serial.println(millis() - startSleep);
// fflush(stdout);
sampleTime = (unsigned int) millis();
} else

Loading…
Cancel
Save

Powered by TurnKey Linux.