zephyr/lib/smf
Glenn Andrews 87db81e5cd Lib: SMF: fix stuck handled bit when transitioning
If both `smf_set_state()` and `smf_set_handled()` are called in
a run action, the `internal->handled` bit would not be reset.

This could cause an issue on the next run action by not
propagating events to parents.

Signed-off-by: Glenn Andrews <glenn.andrews.42@gmail.com>
2024-06-24 14:50:00 -04:00
..
CMakeLists.txt
Kconfig Lib: SMF: Add initial transition and smf_set_handled() 2024-03-04 22:16:40 +01:00
smf.c Lib: SMF: fix stuck handled bit when transitioning 2024-06-24 14:50:00 -04:00