convert gps handler base class
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

- Is ExtendedControllerBase now
This commit is contained in:
2022-01-11 10:16:26 +01:00
parent 372dca87ad
commit 1f5553b571
3 changed files with 86 additions and 177 deletions

View File

@ -577,7 +577,6 @@ void ObjectFactory::createAcsBoardComponents(LinuxLibgpioIF *gpioComIF, UartComI
auto gpsHandler0 = new GPSHyperionHandler(objects::GPS0_HANDLER, objects::UART_COM_IF,
uartCookieGps0, debugGps);
gpsHandler0->setResetPinTriggerFunction(gps::triggerGpioResetPin, &resetArgsGnss0);
gpsHandler0->setStartUpImmediately();
}
void ObjectFactory::createHeaterComponents() {