Altera_Forum
Honored Contributor
15 years agoUsing HAL API usleep function
When I call the usleep function for 3 seconds as follows...
usleep(3000000); /* Sleep for 3.0s. */ I get the following warning from Nios 2 EDS... "implicit declaration of function `usleep'" What does this warning mean and will it cause any issues?? Thanx for help, Chase