-
Notifications
You must be signed in to change notification settings - Fork 3k
Includre rtos.h in mbed.h if present #2227
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
Conversation
So that apps don't need to include "rtos.h" explicitly anymore.
@mbed-bot: TEST HOST_OSES=windows,linux |
[Build ${MBED_BUILD_ID}] |
@mbed-bot: TEST HOST_OSES=windows,linux |
[Build 674] |
Not sure why mbed-bot is failing, but the failures don't seem to be related to this change. |
+1 We shall not have problems with rtos/rtos.h , as it never gets flatten (opposite to what happens with mbed headers (api/hal))? Just checking to be sure |
I can't predict the future :) but I think we're safe for now. |
I'll look at testing |
@bogdanm Sorry about the failure with the bot (even though tests are green), it was caused due to an issue with mbed-ls. Should be resolved now. |
@mbed-bot: TEST HOST_OSES=windows |
[Build 676] |
So that apps don't need to include "rtos.h" explicitly anymore.