move obj ID
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Robin Müller 2022-11-25 10:53:26 +01:00
parent f376c01e02
commit 41eefda1bc
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,6 @@ enum sourceObjects : uint32_t {
ARDUINO_COM_IF = 0x49000001,
DUMMY_COM_IF = 0x49000002,
THERMAL_TEMP_INSERTER = 0x49000003,
};
}

View File

@ -143,6 +143,9 @@ enum commonObjects : uint32_t {
CFDP_TM_FUNNEL = 0x73000102,
CFDP_HANDLER = 0x73000205,
CFDP_DISTRIBUTOR = 0x73000206,
// Other stuff
THERMAL_TEMP_INSERTER = 0x90000003,
};
}