Minor changes

This commit is contained in:
Loic Guegan 2023-07-15 20:51:45 +02:00
parent 3ed96f9c9a
commit 087253ca04
4 changed files with 7 additions and 5 deletions

View file

@ -70,7 +70,7 @@ int main (int argc, char *argv [])
fprintf(logptr,"%ld,%d\n",TIMESTAMP(),power);
fseek(regptr,0,SEEK_SET);
sleep(1);
printf("Tick\n");
printf("Tick\n"); fflush(stdout);
}
fclose(logptr);
}