Skip to content
Snippets Groups Projects
Commit dfe5792c authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Fix misplaced break in switch case

parent 34703611
No related branches found
No related tags found
2 merge requests!54devel->main,!50Resolve "Bootstrap sequence"
......@@ -308,8 +308,8 @@ void ProcessorImu::bootstrap()
// Clear bootstrapping flag. This marks the end of the bootstrapping process
bootstrapping_ = false;
break;
}
break;
case ParamsProcessorImu::BootstrapMethod::BOOTSTRAP_G:
......
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