This commit is contained in:
parent
8404ce237b
commit
a26d71f745
@ -342,5 +342,5 @@ bool AcsBoardAssembly::isGpsUsable(uint8_t targetSubmode) const {
|
|||||||
if (gpsIter != childrenMap.end() and gpsIter->second.mode == mode) {
|
if (gpsIter != childrenMap.end() and gpsIter->second.mode == mode) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,7 @@ bool DualLaneAssemblyBase::isModeCommandable(object_id_t object, Mode_t mode) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// Check for external control health state is done by base class.
|
// Check for external control health state is done by base class.
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
ReturnValue_t DualLaneAssemblyBase::pwrStateMachineWrapper() {
|
ReturnValue_t DualLaneAssemblyBase::pwrStateMachineWrapper() {
|
||||||
|
Loading…
Reference in New Issue
Block a user