-
Notifications
You must be signed in to change notification settings - Fork 244
Labels
bugunit-testTickets related to the OSAL unit testing (functional and/or coverage)Tickets related to the OSAL unit testing (functional and/or coverage)
Milestone
Description
Is your feature request related to a problem? Please describe.
osal/src/tests/queue-test/queue-test.c
Line 56 in 09a2c5e
| osal_id_t timer_id; |
osal/src/tests/queue-test/queue-test.c
Line 61 in 09a2c5e
| void TimerFunction(osal_id_t timer_id) |
Similar in bin-sem-timeout-test.c and bin-sem-test.c
Describe the solution you'd like
Preference is to implement a style such that it's easy to differentiate global vs local variables (local lower case, global camel or similar) or put global variables in a structure (easy to init/clear).
Describe alternatives you've considered
None
Additional context
CodeQL warning
Requester Info
Jacob Hageman - NASA/GSFC
Metadata
Metadata
Assignees
Labels
bugunit-testTickets related to the OSAL unit testing (functional and/or coverage)Tickets related to the OSAL unit testing (functional and/or coverage)