mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
mm/kconfig: fix typo in MM_DEFAULT_ALIGNMENT
This fixes minor typo in MM_DEFAULT_ALIGNMENT Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#if CONFIG_MM_DFAULT_ALIGNMENT == 0
|
||||
#if CONFIG_MM_DEFAULT_ALIGNMENT == 0
|
||||
# define MEMPOOL_ALIGN (2 * sizeof(uintptr_t))
|
||||
#else
|
||||
# define MEMPOOL_ALIGN CONFIG_MM_DFAULT_ALIGNMENT
|
||||
# define MEMPOOL_ALIGN CONFIG_MM_DEFAULT_ALIGNMENT
|
||||
#endif
|
||||
|
||||
#if CONFIG_MM_BACKTRACE >= 0
|
||||
|
||||
Reference in New Issue
Block a user