removed extra sleep(2)

pull/127/head
alanbjohnston 5 years ago committed by GitHub
parent 31995f0a08
commit 0ccac768c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ int main(int argc, char * argv[]) {
printf("Finished testing\n");
fflush(stdout);
sleep(2);
// sleep(2);
FILE * rpitx_restart = popen("sudo systemctl restart rpitx", "r");
pclose(rpitx_restart);

Loading…
Cancel
Save

Powered by TurnKey Linux.