mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 12:15:21 +00:00
Related to #17997, move an include out of a extern "C" block Background: Declarations that use C linkage should be placed within extern "C" so the language linkage is correct when the header is included by a C++ compiler. Similarly #include directives should be outside the extern "C" to ensure the language-specific default linkage is applied to any declarations provided by the included header. See: https://en.cppreference.com/w/cpp/language/language_linkage Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
shields | ||
x86 | ||
x86_64/qemu_x86_64 | ||
xtensa | ||
CMakeLists.txt | ||
index.rst | ||
Kconfig |