fix Q7S builds
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-09-07 16:20:31 +02:00
parent 2b841d2f37
commit 101cf54745
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ void ObjectFactory::produce(void* args) {
readFirmwareVersion();
ObjectFactory::produceGenericObjects(&healthTable, &pusFunnel, &cfdpFunnel,
*SdCardManager::instance(), &ipcStore, &tmStore, stores, 200,
enableHkSets);
enableHkSets, true);
LinuxLibgpioIF* gpioComIF = nullptr;
SerialComIF* uartComIF = nullptr;

View File

@ -36,7 +36,7 @@ void ObjectFactory::produce(void* args) {
readFirmwareVersion();
ObjectFactory::produceGenericObjects(&healthTable, &pusFunnel, &cfdpFunnel,
*SdCardManager::instance(), &ipcStore, &tmStore, stores, 200,
true);
true, true);
LinuxLibgpioIF* gpioComIF = nullptr;
SerialComIF* uartComIF = nullptr;