doc: releases: document zbus_chan_add_obs changes
Document the changes to the ZBus function `zbus_chan_add_obs`. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
19d123fc43
commit
1ce32f0633
@ -293,6 +293,13 @@ SPI
|
||||
Other subsystems
|
||||
****************
|
||||
|
||||
ZBus
|
||||
====
|
||||
|
||||
* The function :c:func:`zbus_chan_add_obs` now requires a :c:struct:`zbus_observer_node` as an argument,
|
||||
which was previously allocated through :c:func:`k_malloc` internally. The structure must remain valid
|
||||
in memory until :c:func:`zbus_chan_rem_obs` is called.
|
||||
|
||||
Modules
|
||||
*******
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user