-
Notifications
You must be signed in to change notification settings - Fork 217
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
Wrap OS_TaskRegister in OMIT_DEPRECATED define #255
Comments
Imported from trac issue 232. Created by jhageman on 2019-07-25T14:59:00, last modified: 2019-08-19T17:29:05 |
Trac comment by jhageman on 2019-07-26 15:13:27: Milestone renamed |
Trac comment by jhageman on 2019-08-14 12:45:44: CCB 8/14/2019 - Not needed for next gen OSAL, could leave as noop. Mark as deprecate agreed to. |
Trac comment by jhageman on 2019-08-19 17:29:05: Changes required to remove internal dependencies (stubs, unit tests, cfe, osal) exceed the level of "quick fix". Pushing to next release. |
OBE - useful in that it checks for task context. More work to remove than worth it, called once by ES from app and child registration so no real impact on apps (they shouldn't call it directly anyways). |
Comments suggest this function is obsolete, wrap in #ifdef so code can easily be checked for dependence.
The text was updated successfully, but these errors were encountered: