From 41eefda1bc7068b1c171694212bc01c49b64fd88 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 25 Nov 2022 10:53:26 +0100 Subject: [PATCH] move obj ID --- bsp_hosted/fsfwconfig/objects/systemObjectList.h | 1 - common/config/eive/objects.h | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bsp_hosted/fsfwconfig/objects/systemObjectList.h b/bsp_hosted/fsfwconfig/objects/systemObjectList.h index a1f9c20b..539ef0d9 100644 --- a/bsp_hosted/fsfwconfig/objects/systemObjectList.h +++ b/bsp_hosted/fsfwconfig/objects/systemObjectList.h @@ -25,7 +25,6 @@ enum sourceObjects : uint32_t { ARDUINO_COM_IF = 0x49000001, DUMMY_COM_IF = 0x49000002, - THERMAL_TEMP_INSERTER = 0x49000003, }; } diff --git a/common/config/eive/objects.h b/common/config/eive/objects.h index 01aa1cf1..09bb0fa5 100644 --- a/common/config/eive/objects.h +++ b/common/config/eive/objects.h @@ -143,6 +143,9 @@ enum commonObjects : uint32_t { CFDP_TM_FUNNEL = 0x73000102, CFDP_HANDLER = 0x73000205, CFDP_DISTRIBUTOR = 0x73000206, + + // Other stuff + THERMAL_TEMP_INSERTER = 0x90000003, }; }