Update cubesatsim.ino

pull/161/head
alanbjohnston 4 years ago committed by GitHub
parent af834cc027
commit 9b8b6bb33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2345,9 +2345,10 @@ void setup1() {
Serial.println("Setup1");
while(!ready) // wait for core0 to start
while(!ready) { // wait for core0 to start
sleep(0.1);
Serial.println(ready);
}
Serial.print("S");
Serial.print(" ");
Serial.println(millis());

Loading…
Cancel
Save

Powered by TurnKey Linux.