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

Fix code example in timers.h #412

Merged
merged 1 commit into from Nov 12, 2021
Merged

Fix code example in timers.h #412

merged 1 commit into from Nov 12, 2021

Conversation

aggarg
Copy link
Member

@aggarg aggarg commented Nov 12, 2021

Description

The example was trying to create a timer with period 0 which is not a valid period.

This was reported here - https://forums.freertos.org/t/multiple-timers/13884

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The example was trying to create a timer with period 0 which is not a
valid period.

This was reported here - https://forums.freertos.org/t/multiple-timers/13884

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
@aggarg aggarg requested a review from a team as a code owner November 12, 2021 16:59
@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #412 (05314f8) into main (683811b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #412   +/-   ##
=======================================
  Coverage   92.15%   92.15%           
=======================================
  Files           4        4           
  Lines        1274     1274           
  Branches      343      343           
=======================================
  Hits         1174     1174           
  Misses         53       53           
  Partials       47       47           
Flag Coverage Δ
unittests 92.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 683811b...05314f8. Read the comment docs.

@aggarg aggarg merged commit 78da9cb into FreeRTOS:main Nov 12, 2021
@aggarg aggarg deleted the timer_example branch November 12, 2021 18:36
laroche pushed a commit to laroche/FreeRTOS-Kernel that referenced this pull request Apr 18, 2024
* Move PKCS submodule forward.

* Use common mbed code.
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.

None yet

3 participants