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
45e5483b1b
commit
9a34bc1d03
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ void askforbreak(char *break_file){
|
||||||
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);
|
printf("I am doing a break for %ds\n", BREAK_DURATION);
|
||||||
usleep(BREAK_DURATION * 1000);
|
usleep(BREAK_DURATION * 1000000);
|
||||||
fclose(file);
|
fclose(file);
|
||||||
file = fopen(break_file, "r");
|
file = fopen(break_file, "r");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue