Skip to content

Conversation

@jurenat
Copy link
Contributor

@jurenat jurenat commented Nov 2, 2025

Fix the mismatch between the *_run function return type and implementation. The run functions return enum smf_state_result, but the event-driven sample defined them as void while still returning a value.

Fix mismatch between `*_run` function return type and implementation.
The run functions return `enum smf_state_result`, but the event-driven
sample defined them as void while still returning a value.

Signed-off-by: Tomáš Juřena <[email protected]>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 2, 2025

Copy link
Contributor

@glenn-andrews glenn-andrews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: State Machine Framework State Machine Framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants