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
Based on the official documentation here and on the FreeRTOSConfig.h template supplied here https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/3a7b3082cfce01ffba07b9be1398795b8307b05a/examples/template_configuration/FreeRTOSConfig.h#L410-L424
FreeRTOSConfig.h
FreeRTOSConfig.h should contain a definiton of configASSERT() macro, to trap errors during development. I always have to remember to add this.
configASSERT()
Can you provide this directly in this repo?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on the official documentation here and on the
FreeRTOSConfig.h
template supplied herehttps://github.com/FreeRTOS/FreeRTOS-Kernel/blob/3a7b3082cfce01ffba07b9be1398795b8307b05a/examples/template_configuration/FreeRTOSConfig.h#L410-L424
FreeRTOSConfig.h should contain a definiton of
configASSERT()
macro, to trap errors during development.I always have to remember to add this.
Can you provide this directly in this repo?
The text was updated successfully, but these errors were encountered: