Skip to content
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

SST_Task_lock/unlock prototype should be exported in sst_port.h #3

Closed
prasadghole opened this issue Aug 7, 2023 · 2 comments
Closed

Comments

@prasadghole
Copy link

Locking scheduler task experimental functions SST_Task_lock/unlock should be added to sst_port.h for arm as this is giving warnings for implicit function in STM32 IDE.

@quantum-leaps
Copy link
Contributor

The prototypes of the scheduler locking functions (SST_Task_lock() and SST_Task_unlock()) are provided in the sst.h header file. Providing them again in the sst_port.h header file would be superfluous. I'm not sure why your STM32Cube project gives warnings. Please check your settings.

--MMS

@prasadghole
Copy link
Author

Checked and fixed the issue. Thank You.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants