activate all suses again #193

Merged
meierj merged 2 commits from mueller/rpi-sus-port into develop 2022-04-01 14:52:10 +02:00

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