mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-19 04:09:45 +00:00
Minor changes
This commit is contained in:
parent
72d6ef9ec6
commit
4224cb1d6c
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ void askforbreak(){
|
||||||
FILE * file;
|
FILE * file;
|
||||||
file = fopen(__break_file, "r");
|
file = fopen(__break_file, "r");
|
||||||
while(file){
|
while(file){
|
||||||
|
printf("I am doing a break for %ds", BREAK_DURATION);
|
||||||
usleep(BREAK_DURATION * 1000);
|
usleep(BREAK_DURATION * 1000);
|
||||||
fclose(file);
|
fclose(file);
|
||||||
file = fopen(__break_file, "r");
|
file = fopen(__break_file, "r");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue