removed accidental typed stuff

This commit is contained in:
Robin Müller 2022-05-26 12:09:01 +02:00
parent 9f42ac9875
commit 5c91697cf1
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -322,7 +322,6 @@ void ObjectFactory::createRtdComponents(std::string spiDev, GpioIF* gpioComIF,
void ObjectFactory::createScexComponents(std::string uartDev, PowerSwitchIF *pwrSwitcher) {
}
du findest
void ObjectFactory::gpioChecker(ReturnValue_t result, std::string output) {
if (result != HasReturnvaluesIF::RETURN_OK) {
sif::error << "ObjectFactory: Adding GPIOs failed for " << output << std::endl;