mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
FlexRay: Don't check for POCReady when writing configuration
It is not needed and this gives a good speedup to configuration
This commit is contained in:
@@ -274,7 +274,7 @@ bool FlexRay::Controller::configure(std::chrono::milliseconds timeout) {
|
||||
});
|
||||
|
||||
for(const auto& regpair : registerWrites) {
|
||||
if(!writeRegister(regpair.first, regpair.second, true, timeout))
|
||||
if(!writeRegister(regpair.first, regpair.second, false, timeout))
|
||||
return false;
|
||||
updateTimeout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user