afmt + changelog
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...

This commit is contained in:
2022-10-27 09:00:21 +02:00
parent 0f60c7f356
commit ae16dcc4a7
3 changed files with 6 additions and 3 deletions

View File

@ -422,7 +422,7 @@ ReturnValue_t GyroADIS1650XHandler::spiSendCallback(SpiComIF *comIf, SpiCookie *
cookie->setTransferSize(2);
gpioId_t gpioId = cookie->getChipSelectPin();
GpioIF& gpioIF = comIf->getGpioInterface();
GpioIF &gpioIF = comIf->getGpioInterface();
MutexIF::TimeoutType timeoutType = MutexIF::TimeoutType::WAITING;
uint32_t timeoutMs = 0;
MutexIF *mutex = comIf->getCsMutex();