small fixes for Q7S

This commit is contained in:
2021-02-23 13:38:43 +01:00
committed by Robin Mueller
parent 603a224094
commit d4f0ad5af2
4 changed files with 20 additions and 18 deletions

View File

@ -43,7 +43,7 @@ ReturnValue_t HeaterHandler::initialize() {
return ObjectManagerIF::CHILD_INIT_FAILED;
}
result = gpioInterface->initialize(dynamic_cast<GpioCookie*>(gpioCookie));
result = gpioInterface->addGpios(dynamic_cast<GpioCookie*>(gpioCookie));
if (result != RETURN_OK) {
sif::error << "HeaterHandler::initialize: Failed to initialize Gpio interface" << std::endl;
return ObjectManagerIF::CHILD_INIT_FAILED;