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

Correct the xTimerCreate() documentation which said NULL was returned if the timer period was passed into the function as 0, whereas that is not the case. #10

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

yuhui-zheng
Copy link
Contributor

Add a note to the documentation for both the xTimerCreate() and xTimerCreateStatic() functions that the timer period must be greater than 0.

This is to bring FreeRTOS-Kernel repo in sync with FreeRTOS/FreeRTOS/Source again before submoduling kernel into FreeRTOS.
Refer to FreeRTOS/FreeRTOS@fc819b8

… if the timer period was passed into the function as 0, whereas that is not the case.

Add a note to the documentation for both the xTimerCreate() and xTimerCreateStatic() functions that the timer period must be greater than 0.
@cobusve cobusve merged commit 10bbbcf into FreeRTOS:master Feb 14, 2020
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

Successfully merging this pull request may close these issues.

2 participants