Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Using 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