diff --git a/fsfw b/fsfw index 389641f8..2e230daa 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 389641f8fdf8648f9db8e3f0c4d15843692eafd4 +Subproject commit 2e230daa145c7fda567aab96e7d5506d4ffd4060 diff --git a/linux/boardtest/SpiTestClass.cpp b/linux/boardtest/SpiTestClass.cpp index 32ca8b85..101c7a15 100644 --- a/linux/boardtest/SpiTestClass.cpp +++ b/linux/boardtest/SpiTestClass.cpp @@ -322,6 +322,7 @@ void SpiTestClass::performOneShotMax1227Test() { adcCfg.plPcduAdcExtConv = true; adcCfg.plPcduAdcIntConv = false; + // Is problematic, don't know why adcCfg.plPcduAdcExtConvAsOne = false; performMax1227Test(); }