Skip to content
Snippets Groups Projects
Commit 8f88f255 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Driver alg node.cpp: update config variable with new_cfg

parent 88ce22b3
No related branches found
No related tags found
1 merge request!4Updates
......@@ -69,6 +69,7 @@ void TemplateNode::node_config_update(Config& new_cfg, uint32_t level)
this->driver_.lock();
if(new_cfg.rate!=this->getRate())
this->setRate(new_cfg.rate);
this->config_=new_cfg;
this->driver_.unlock();
}
......
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