commit | 1f0082249e625e6ab3c80bcaecab324f92566e5c | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Wed Apr 21 08:44:26 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 27 13:29:08 2021 -0400 |
tree | 4b6225f1c0816938e0039de4bde94bd6928595eb | |
parent | 537f966997defd2da7df6d82fb720c2970139a31 [diff] |
doc: kernel: workqueue: explicitly mention K_WORK_DEFINE Point out that this macro can be used to avoid the need to initialize a work item. This is still of limited use since it can't statically initialize a work item within another structure. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>