mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-19 12:19:46 +00:00
Minor changes
This commit is contained in:
parent
3ed96f9c9a
commit
087253ca04
4 changed files with 7 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue