From de3b2cefb0d5b176926464801f8fe24197313e14 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 20 Dec 2022 11:45:21 +0100 Subject: [PATCH] reinitiate reboot file disabled --- bsp_q7s/core/CoreController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp_q7s/core/CoreController.cpp b/bsp_q7s/core/CoreController.cpp index a1491044..23c6cc4f 100644 --- a/bsp_q7s/core/CoreController.cpp +++ b/bsp_q7s/core/CoreController.cpp @@ -1323,7 +1323,7 @@ void CoreController::performRebootFileHandling(bool recreateFile) { #if OBSW_VERBOSE_LEVEL >= 1 sif::info << "CoreController::performRebootFileHandling: Recreating reboot file" << std::endl; #endif - rebootFile.enabled = true; + rebootFile.enabled = false; rebootFile.img00Cnt = 0; rebootFile.img01Cnt = 0; rebootFile.img10Cnt = 0;