mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 00:57:23 +08:00
Replaced sleep() with pause().
This commit is contained in:
@@ -374,7 +374,7 @@ int main(int argc, char **argv)
|
||||
|
||||
printf("Started.\n");
|
||||
while (1) {
|
||||
sleep(1); // always interrupted by SIGALRM
|
||||
pause();
|
||||
|
||||
#if 0
|
||||
struct timeval t;
|
||||
|
||||
Reference in New Issue
Block a user