Update cubesatsim.ino

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

@ -2342,6 +2342,8 @@ void pwm_interrupt_handler() {
void setup1() {
Serial.begin(9600);
sleep(5.0);
Serial.println("Setup1");
while(!ready) // wait for core0 to start
sleep(0.1);

Loading…
Cancel
Save

Powered by TurnKey Linux.