commit | 19ba592f07494a96ba5d3dd94878d6d0b6019f42 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Thu Jun 16 20:49:09 2022 +0900 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jun 20 10:25:52 2022 +0200 |
tree | 731c3b35e618cae7376e43a250565427df7d9879 | |
parent | 33f87408c4c44fcd285b9cef552fa133e2021959 [diff] |
global: Correct extern K_THREAD_STACK_DEFINE usage This commit corrects all `extern K_THREAD_STACK_DEFINE` macro usages to use the `K_THREAD_STACK_DECLARE` macro instead. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>