implemented core switch on state machine
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-02-10 18:02:49 +01:00
parent 656eaf4dea
commit ce566b0fa8
4 changed files with 150 additions and 44 deletions

View File

@ -115,10 +115,10 @@ enum gpioId_t {
PLPCDU_ENB_VBAT0,
PLPCDU_ENB_VBAT1,
PLPCDU_ENB_DRO,
PLPCDU_ENB_HPA,
PLPCDU_ENB_MPA,
PLPCDU_ENB_X8,
PLPCDU_ENB_TX,
PLPCDU_ENB_HPA,
PLPCDU_ENB_MPA,
PLPCDU_ADC_CS
};
}