-
Notifications
You must be signed in to change notification settings - Fork 217
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
Functional Timer Test Hard Codes Configuration Value #196
Labels
Milestone
Comments
Imported from trac issue 173. Created by sstrege on 2016-08-03T17:27:41, last modified: 2019-08-14T14:11:46 |
Trac comment by jhageman on 2019-07-03 13:34:40: Moved open 4.2.2 tickets to 4.3.1 |
Trac comment by jhageman on 2019-07-26 15:13:16: Milestone renamed |
skliper
added
the
unit-test
Tickets related to the OSAL unit testing (functional and/or coverage)
label
Apr 10, 2020
yammajamma
added a commit
to yammajamma/osal
that referenced
this issue
Jun 4, 2020
yammajamma
added a commit
to yammajamma/osal
that referenced
this issue
Jun 5, 2020
astrogeco
pushed a commit
that referenced
this issue
Jul 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The functional timer test (/src/tests/timer-test/timer-test.c) hard codes the number of timers to 4, which may be higher than the OS_MAX_TIMERS configuration set in osconfig.h.
It is recommended to update the test to use the OS_MAX_TIMERS configuration macro or add protection with an #if guard.
The text was updated successfully, but these errors were encountered: