From 0fc639cc11437b08e6b445f65649c5a4534e85f0 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 16 Sep 2022 18:48:05 +0200 Subject: [PATCH] added action IDs for new commands --- bsp_q7s/core/CoreController.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bsp_q7s/core/CoreController.h b/bsp_q7s/core/CoreController.h index c1cdbf93..eca5563c 100644 --- a/bsp_q7s/core/CoreController.h +++ b/bsp_q7s/core/CoreController.h @@ -67,6 +67,11 @@ class CoreController : public ExtendedControllerBase { static constexpr ActionId_t SWITCH_IMG_LOCK = 7; static constexpr ActionId_t SET_MAX_REBOOT_CNT = 8; + static constexpr ActionId_t COPY_OBSW_UPDATE_0_0 = 10; + static constexpr ActionId_t COPY_OBSW_UPDATE_0_1 = 11; + static constexpr ActionId_t COPY_OBSW_UPDATE_1_0 = 12; + static constexpr ActionId_t COPY_OBSW_UPDATE_1_1 = 13; + //! Reboot using the xsc_boot_copy command static constexpr ActionId_t XSC_REBOOT_OBC = 32; static constexpr ActionId_t MOUNT_OTHER_COPY = 33;