include/nuttx/lib/modlib.h: Eliminate warning: 'CONFIG_MODLIB_MAXDEPEND' is not defined'
This commit is contained in:
parent
459d9f2851
commit
798922b9c6
@ -53,6 +53,10 @@
|
||||
****************************************************************************/
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#ifndef CONFIG_MODLIB_MAXDEPEND
|
||||
# define CONFIG_MODLIB_MAXDEPEND 0
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_MODLIB_ALIGN_LOG2
|
||||
# define CONFIG_MODLIB_ALIGN_LOG2 2
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user