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
Here is my code: https://github.com/gnitnaw/f9-kernel/blob/master/user/apps/led/main.c It works well.
At line 23 I would like to use L4_Sleep(L4_TimePeriod(1000)); to replace for loop. But I found it doesn't work. Is is normal? Thanks.
The text was updated successfully, but these errors were encountered:
@gnitnaw L4_TimePeriod takes microseconds as argument.
Sorry, something went wrong.
No branches or pull requests
Here is my code:
https://github.com/gnitnaw/f9-kernel/blob/master/user/apps/led/main.c
It works well.
At line 23 I would like to use L4_Sleep(L4_TimePeriod(1000)); to replace for loop.
But I found it doesn't work.
Is is normal?
Thanks.
The text was updated successfully, but these errors were encountered: