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

xTimerCreate() documentation correction. #15

Merged
merged 1 commit into from Feb 14, 2020
Merged

xTimerCreate() documentation correction. #15

merged 1 commit into from Feb 14, 2020

Commits on Feb 14, 2020

  1. 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.
    
    Add a note to the documentation for both the xTimerCreate() and xTimerCreateStatic() functions that the timer period must be greater than 0.
    RichardBarry committed Feb 14, 2020
    Copy the full SHA
    c8cf943 View commit details
    Browse the repository at this point in the history