WIP: PL PCDU #142

Closed
muellerr wants to merge 118 commits from mueller/plpcdu-sus-updates into develop
77 changed files with 4598 additions and 4841 deletions
Showing only changes of commit e1f9a4bbd9 - Show all commits

2
fsfw

Submodule fsfw updated: 389641f8fd...2e230daa14

View File

@ -322,6 +322,7 @@ void SpiTestClass::performOneShotMax1227Test() {
adcCfg.plPcduAdcExtConv = true; adcCfg.plPcduAdcExtConv = true;
adcCfg.plPcduAdcIntConv = false; adcCfg.plPcduAdcIntConv = false;
// Is problematic, don't know why
adcCfg.plPcduAdcExtConvAsOne = false; adcCfg.plPcduAdcExtConvAsOne = false;
performMax1227Test(); performMax1227Test();
} }