Skip to content
Snippets Groups Projects
Commit 0c8cc8c6 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix a typo in conditional compilation

parent 67d516d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment