Felipe Castro wrote: > Well , that is what i thought but i need to stop the software otherwise my > tasks will be deleted .... That's the why i put this infinite loop .... how > can i do to keep my tasks running ?
for(;;)
pause();
For instance. Or:
while (!finished)
pause();
finished being a variable set to a non zero value by some signal handler.
--
Gilles.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help
