mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-10 16:30:26 +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 = fopen(__break_file, "r");
|
||||
while(file){
|
||||
printf("I am doing a break for %ds", BREAK_DURATION);
|
||||
usleep(BREAK_DURATION * 1000);
|
||||
fclose(file);
|
||||
file = fopen(__break_file, "r");
|
||||
|
|
Loading…
Add table
Reference in a new issue