commit | 33f87408c4c44fcd285b9cef552fa133e2021959 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Thu Jun 16 20:44:46 2022 +0900 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jun 20 10:25:52 2022 +0200 |
tree | 7d46fbfa266aa8b4e4f32f98e88e3b553fe49cb8 | |
parent | 828a56e906906d2b973dd41c5e1035b3161c31f6 [diff] |
global: Correct extern K_KERNEL_STACK_ARRAY_DEFINE usage This commit corrects all `extern K_KERNEL_STACK_ARRAY_DEFINE` macro usages to use the `K_KERNEL_STACK_ARRAY_DECLARE` macro instead. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>