Fix a typo in conditional compilation
This commit is contained in:
parent
67d516d9d1
commit
0c8cc8c691
@ -263,7 +263,7 @@ extern "C"
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (!defined(CONFIG_BUILD_PROTECTED) && !defined(CONFIG_BUILD_KERNEL)) || \
|
#if (!defined(CONFIG_BUILD_PROTECTED) && !defined(CONFIG_BUILD_KERNEL)) || \
|
||||||
(defined(CONFIG_BUILD_DEFINED) && !defined(__KERNEL__))
|
(defined(CONFIG_BUILD_PROTECTED) && !defined(__KERNEL__))
|
||||||
/* User heap structure:
|
/* User heap structure:
|
||||||
*
|
*
|
||||||
* - Flat build: In the FLAT build, the user heap structure is a globally
|
* - Flat build: In the FLAT build, the user heap structure is a globally
|
||||||
|
Loading…
x
Reference in New Issue
Block a user