meier/plocMPSoC #188

Merged
muellerr merged 79 commits from meier/plocMPSoC into develop 2022-03-29 15:39:22 +02:00
131 changed files with 5554 additions and 5316 deletions
Showing only changes of commit 4bf0521a5d - Show all commits

View File

@@ -1226,7 +1226,7 @@ void ObjectFactory::createPlPcduComponents(LinuxLibgpioIF* gpioComIF, SpiComIF*
plPcduHandler->setStartUpImmediately(); plPcduHandler->setStartUpImmediately();
#if OBSW_DEBUG_PL_PCDU == 1 #if OBSW_DEBUG_PL_PCDU == 1
plPcduHandler->setToGoToNormalModeImmediately(true); plPcduHandler->setToGoToNormalModeImmediately(true);
plPcduHandler->enablePeriodicPrintout(true, 5); plPcduHandler->enablePeriodicPrintout(true, 10);
#endif #endif
#endif #endif
} }