mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
include/nuttx/lib/modlib.h: Eliminate warning: 'CONFIG_MODLIB_MAXDEPEND' is not defined'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user