doc: releases: migration guide: 3.7: change of SMF_CREATE_STATE()

Mention change of SMF_CREATE_STATE().

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2024-04-09 14:24:26 +02:00 committed by Carles Cufí
commit c0f3f4f78c

View file

@ -379,6 +379,14 @@ Modem
Shell
=====
State Machine Framework
=======================
* The :c:macro:`SMF_CREATE_STATE` macro now always takes 5 arguments. The amount of arguments is
now independent of the values of :kconfig:option:`CONFIG_SMF_ANCESTOR_SUPPORT` and
:kconfig:option:`CONFIG_SMF_INITIAL_TRANSITION`. If the additional arguments are not used, they
have to be set to ``NULL``. (:github:`71250`)
ZBus
====