logiically it works..
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-08-02 14:17:32 +02:00
parent eae63a8dc9
commit b23ae2e152
Signed by: muellerr
GPG Key ID: 407F9B00F858F270

View File

@ -672,6 +672,7 @@ void PayloadPcduHandler::handleFailureInjection(std::string output, Event event)
}
void PayloadPcduHandler::pullAllGpiosLow(uint32_t delayBeforeSwitchingOffDro) {
sif::info << "Pulling all PL PCDU GPIOs to low" << std::endl;
gpioIF->pullLow(gpioIds::PLPCDU_ENB_HPA);
gpioIF->pullLow(gpioIds::PLPCDU_ENB_MPA);
gpioIF->pullLow(gpioIds::PLPCDU_ENB_TX);