kernel: remove deprecated macro K_THREAD_STACK_MEMBER
Remove the macro K_THREAD_STACK_MEMBER that has been deprecated since v3.5.0. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
ad208e1e7c
commit
8d53b506a2
2 changed files with 3 additions and 22 deletions
|
@ -38,6 +38,9 @@ API Changes
|
|||
Removed APIs in this release
|
||||
============================
|
||||
|
||||
* Macro ``K_THREAD_STACK_MEMBER``, deprecated since v3.5.0, has been removed.
|
||||
Use :c:macro:`K_KERNEL_STACK_MEMBER` instead.
|
||||
|
||||
Deprecated in this release
|
||||
==========================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue