-
Notifications
You must be signed in to change notification settings - Fork 3k
Replace wait_ms calls with rtos::ThisThread::sleep_for #11394
New issue
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
Replace wait_ms calls with rtos::ThisThread::sleep_for #11394
Conversation
`wait_ms` is deprecated and its use generates a warning.
@hugueskamba, thank you for your changes. |
CI started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
CI restarted, internal fault |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
Because of 5.14.0-rc1 CI jobs, we aborted CI job here. We will restart once 5.14.0rc1 is ready. |
CI restarted |
Test run: FAILEDSummary: 2 of 4 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
wait_ms
is deprecated and its use generates a warning.Pull request type
Reviewers
@evedon @kjbracey-arm
Release Notes