keeping unittests running
Some checks failed
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Ulrich Mohr 2022-03-07 11:47:44 +01:00
parent e1e6657b48
commit 4e8ce4eb0a

View File

@ -50,7 +50,16 @@ enum gpioId_t {
SPI_MUX_BIT_6,
CS_RAD_SENSOR,
ENABLE_RADFET
ENABLE_RADFET,
PLPCDU_ENB_VBAT0,
PLPCDU_ENB_VBAT1,
PLPCDU_ENB_DRO,
PLPCDU_ENB_X8,
PLPCDU_ENB_TX,
PLPCDU_ENB_HPA,
PLPCDU_ENB_MPA,
PLPCDU_ADC_CS
};
}