heater handler wip
This commit is contained in:
@ -10,7 +10,6 @@ void GpioCookie::addGpio(GpioMap newEntry){
|
||||
if (status.second == false) {
|
||||
sif::error << "GpioCookie::addGpio: Failed to add GPIO "
|
||||
<< newEntry.first << "to GPIO map" << std::endl;
|
||||
return HasReturnvaluesIF::RETURN_OK;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user