additional comment
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-02-22 19:09:10 +01:00
parent 5dcc6e2003
commit e1f9a4bbd9
2 changed files with 2 additions and 1 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 389641f8fdf8648f9db8e3f0c4d15843692eafd4
Subproject commit 2e230daa145c7fda567aab96e7d5506d4ffd4060

View File

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