Skip to content

Commit

Permalink
Merge pull request #905 from jphickey/fix-882-max-module-comment
Browse files Browse the repository at this point in the history
Fix #882, make module comment same as other services
  • Loading branch information
astrogeco authored Mar 22, 2021
2 parents 116677b + 7a31e37 commit 6f02345
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/os/shared/src/osapi-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@

/*
* 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.
* The relevent OS_MAX limit should be defined and greater than zero
*/
#if !defined(OS_MAX_MODULES) || (OS_MAX_MODULES <= 0)
#error "osconfig.h must define OS_MAX_MODULES to a valid value"
Expand Down

0 comments on commit 6f02345

Please sign in to comment.