heater handler wip

This commit is contained in:
2021-01-28 14:55:21 +01:00
60 changed files with 1934 additions and 774 deletions

View File

@ -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 {