mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
__stack is defined as a C language attribute for on-stack arrays. Don't define it outside C source code. This definition conflicts with __stack symbol defined in xtensa linker.ld files. Change-Id: I59fe34603bc2bb5732ed45c7974de5f8b25d77ed Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>