resolve merge conflict
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-03-20 11:48:23 +01:00
parent ec18cb7007
commit 8843a0d8c5
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -108,13 +108,12 @@ void CoreController::performControlOperation() {
sdStateMachine();
performMountedSdCardOperations();
readHkData();
<<<<<<< HEAD
if(i2cErrors >= 5) {
bool protOpPerformed = false;
triggerEvent(I2C_UNAVAILABLE_REBOOT);
gracefulShutdownTasks(CURRENT_CHIP, CURRENT_COPY, protOpPerformed);
std::system("xsc_boot_copy -r");
=======
}
if (shellCmdIsExecuting) {
bool replyReceived = false;
// TODO: We could read the data in the ring buffer and send it as an action data reply.
@ -127,7 +126,6 @@ void CoreController::performControlOperation() {
}
successRecipient = MessageQueueIF::NO_QUEUE;
}
>>>>>>> origin/develop
}
opDivider5.checkAndIncrement();
opDivider10.checkAndIncrement();