additional comment

This commit is contained in:
2022-02-22 19:09:10 +01:00
parent 5dcc6e2003
commit e1f9a4bbd9
2 changed files with 2 additions and 1 deletions
fsfw
linux/boardtest

2
fsfw

Submodule fsfw updated: 389641f8fd...2e230daa14

@@ -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();
} }