You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
The original intention seems to set element's state, but module's state is set here.
while the module's state is already set at the last line in fwk_module_init_module()
The text was updated successfully, but these errors were encountered:
Hi @zony-sun, thank you for sharing this information. I will look into it. On a different note, we have migrated to GitLab and are no longer maintaining this repository. It will be closed soon. For the latest updates and to post questions, please use the following repository on GitLab: https://gitlab.arm.com/firmware/SCP-firmware/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SCP-firmware/tree/master/framework/src/fwk_module.c :208(fwk_module_init_elements())
ctx->state = FWK_MODULE_STATE_INITIALIZED;
The original intention seems to set element's state, but module's state is set here.
while the module's state is already set at the last line in fwk_module_init_module()
The text was updated successfully, but these errors were encountered: