From 8843a0d8c587730386e1c3e586e9ce49a92c4a8e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 20 Mar 2023 11:48:23 +0100 Subject: [PATCH] resolve merge conflict --- bsp_q7s/core/CoreController.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bsp_q7s/core/CoreController.cpp b/bsp_q7s/core/CoreController.cpp index 2f7722f2..61e7ee67 100644 --- a/bsp_q7s/core/CoreController.cpp +++ b/bsp_q7s/core/CoreController.cpp @@ -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();