-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Is your feature request related to a problem? Please describe.
Comments don't match check:
osal/src/os/shared/src/osapi-module.c
Lines 49 to 58 in ead5723
| /* | |
| * Sanity checks on the user-supplied configuration | |
| * The relevent OS_MAX limit should be defined | |
| * | |
| * OS_MAX_MODULES is allowed to be zero in which case the | |
| * table is not instantiated. | |
| */ | |
| #if !defined(OS_MAX_MODULES) || (OS_MAX_MODULES <= 0) | |
| #error "osconfig.h must define OS_MAX_MODULES to a valid value" | |
| #endif |
Describe the solution you'd like
Fix implementation (if needed), fix comments (if needed)
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
Reactions are currently unavailable