afmt + changelog
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...

This commit is contained in:
2022-10-27 09:00:21 +02:00
parent 0f60c7f356
commit ae16dcc4a7
3 changed files with 6 additions and 3 deletions

View File

@ -193,8 +193,8 @@ void ObjectFactory::createPcduComponents(LinuxLibgpioIF* gpioComIF, PowerSwitchI
ReturnValue_t ObjectFactory::createRadSensorComponent(LinuxLibgpioIF* gpioComIF) {
using namespace gpio;
if(gpioComIF == nullptr) {
return returnvalue::FAILED;
if (gpioComIF == nullptr) {
return returnvalue::FAILED;
}
GpioCookie* gpioCookieRadSensor = new GpioCookie;
std::stringstream consumer;