From 0c8cc8c691d293fd1458c240fc936a288190c9bd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 3 Sep 2014 10:59:22 -0600 Subject: [PATCH] Fix a typo in conditional compilation --- include/nuttx/mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/mm.h b/include/nuttx/mm.h index 95fe2790cd..2dc6e1961a 100644 --- a/include/nuttx/mm.h +++ b/include/nuttx/mm.h @@ -263,7 +263,7 @@ extern "C" #endif #if (!defined(CONFIG_BUILD_PROTECTED) && !defined(CONFIG_BUILD_KERNEL)) || \ - (defined(CONFIG_BUILD_DEFINED) && !defined(__KERNEL__)) + (defined(CONFIG_BUILD_PROTECTED) && !defined(__KERNEL__)) /* User heap structure: * * - Flat build: In the FLAT build, the user heap structure is a globally