Skip to content
Snippets Groups Projects
Commit 3c702cb7 authored by Florian Pose's avatar Florian Pose
Browse files

Minor change.

parent 5629c4ed
No related branches found
No related tags found
No related merge requests found
...@@ -503,6 +503,7 @@ void ec_fsm_master_action_configure( ...@@ -503,6 +503,7 @@ void ec_fsm_master_action_configure(
// Does the slave have to be configured? // Does the slave have to be configured?
if ((slave->current_state != slave->requested_state if ((slave->current_state != slave->requested_state
|| slave->force_config) && !slave->error_flag) { || slave->force_config) && !slave->error_flag) {
// Start slave configuration, if it is allowed. // Start slave configuration, if it is allowed.
down(&master->config_sem); down(&master->config_sem);
if (!master->allow_config) { if (!master->allow_config) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment