mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-06 03:46:25 +02:00
Minor changes
This commit is contained in:
parent
9a34bc1d03
commit
cab15f605e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void askforbreak(char *break_file){
|
||||||
file = fopen(break_file, "r");
|
file = fopen(break_file, "r");
|
||||||
while(file){
|
while(file){
|
||||||
printf("I am doing a break for %ds\n", BREAK_DURATION);
|
printf("I am doing a break for %ds\n", BREAK_DURATION);
|
||||||
usleep(BREAK_DURATION * 1000000);
|
sleep(BREAK_DURATION);
|
||||||
fclose(file);
|
fclose(file);
|
||||||
file = fopen(break_file, "r");
|
file = fopen(break_file, "r");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue