removed printf

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent f59c0687b8
commit c217f1e179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1108,7 +1108,8 @@ void get_tlm(void) {
while ((cw_file = fopen("/home/pi/CubeSatSim/cwready", "r")) != NULL) { // wait for rpitx to be done
fclose(cw_file);
printf("Sleeping while waiting for rpitx");
// printf("Sleeping while waiting for rpitx \n");
// fflush(stdout);
sleep(5);
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.