We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msleep() is listed as supported by XilTimer, but its prototype is missing from sleep.h. Standalone Library Documentation: BSP and Libraries Document Collection (UG643)
XilTimer.c has a msleep() function: xiltimer.c on Github void msleep(unsigned long mseconds) { XilTimer_Sleep(mseconds, XTIMER_DELAY_MSEC); }
void msleep(unsigned long mseconds) { XilTimer_Sleep(mseconds, XTIMER_DELAY_MSEC); }
Prototype missing from XilTimer's sleep.h (as well as other sleep.h files elsewhere): XilTimer's sleep.h on Github
Reference to where this was reported on the forums earlier this year: Vitis Unified msleep() function missing from sleep.h but present in xiltimer.c
The text was updated successfully, but these errors were encountered:
Thanks. We will make the corrections.
Sorry, something went wrong.
No branches or pull requests
msleep() is listed as supported by XilTimer, but its prototype is missing from sleep.h.
Standalone Library Documentation: BSP and Libraries Document Collection (UG643)
XilTimer.c has a msleep() function: xiltimer.c on Github
void msleep(unsigned long mseconds) { XilTimer_Sleep(mseconds, XTIMER_DELAY_MSEC); }
Prototype missing from XilTimer's sleep.h (as well as other sleep.h files elsewhere):
XilTimer's sleep.h on Github
Reference to where this was reported on the forums earlier this year:
Vitis Unified msleep() function missing from sleep.h but present in xiltimer.c
The text was updated successfully, but these errors were encountered: