Merge pull request 'activate all suses again' (#193) from mueller/rpi-sus-port into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
Reviewed-on: #193 Reviewed-by: Jakob.Meier <meierj@irs.uni-stuttgart.de>
This commit is contained in:
commit
afb1d22f76
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user