Skip to content
Snippets Groups Projects
Commit c5a63111 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

added sleep

parent 94e66624
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ void alarm_thread::run(void *) ...@@ -96,6 +96,7 @@ void alarm_thread::run(void *)
#else #else
to_be_evaluated = 0; to_be_evaluated = 0;
#endif #endif
usleep(200000); //TODO
} }
bei_t e; bei_t e;
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment