v1.10.0 #220

Merged
meierj merged 592 commits from develop into main 2022-04-22 07:42:20 +02:00
Showing only changes of commit afb1d22f76 - Show all commits

View File

@ -165,17 +165,17 @@ ReturnValue_t pst::pstSpi(FixedTimeslotTaskIF *thisSequence) {
#if OBSW_ADD_SUN_SENSORS == 1 #if OBSW_ADD_SUN_SENSORS == 1
bool addSus0 = false; bool addSus0 = true;
bool addSus1 = false; bool addSus1 = true;
bool addSus2 = false; bool addSus2 = true;
bool addSus3 = false; bool addSus3 = true;
bool addSus4 = false; bool addSus4 = true;
bool addSus5 = false; bool addSus5 = true;
bool addSus6 = false; bool addSus6 = true;
bool addSus7 = false; bool addSus7 = true;
bool addSus8 = false; bool addSus8 = true;
bool addSus9 = false; bool addSus9 = true;
bool addSus10 = false; bool addSus10 = true;
bool addSus11 = true; bool addSus11 = true;
/** /**
* The sun sensor will be shutdown as soon as the chip select is pulled high. Thus all * The sun sensor will be shutdown as soon as the chip select is pulled high. Thus all