Rework config of GYRs #630

Merged
muellerr merged 16 commits from gyr-confg-rework-2 into v3.0.0-dev 2023-06-09 13:09:21 +02:00
Showing only changes of commit f4c9a4bda2 - Show all commits

View File

@ -410,7 +410,7 @@ ReturnValue_t AcsBoardPolling::writeAdisReg(SpiCookie& cookie) {
spi_ioc_transfer* transferStruct = cookie.getTransferStructHandle();
uint64_t origTx = transferStruct->tx_buf;
uint64_t origRx = transferStruct->rx_buf;
for (idx = 0; idx < 2; idx++) {
for (idx = 0; idx < 4; idx++) {
result = mutex->lockMutex(timeoutType, timeoutMs);
if (result != returnvalue::OK) {
#if FSFW_CPP_OSTREAM_ENABLED == 1