bugfix for pool ID

This commit is contained in:
Robin Müller 2022-04-12 16:00:54 +02:00
parent d96ff72635
commit 2cd5450333
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
3 changed files with 3 additions and 3 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 28e93696dfe95fdeb8465a2f59a3e578fdf0f1cb
Subproject commit 94ed5822971575e9715c39c86ab4466c81718441

View File

@ -404,7 +404,7 @@ class PduCoreHk : public StaticLocalDataSet<9> {
lp_vec_t<int16_t, 9>(sid.objectId, P60System::pool::PDU_VOLTAGES, this);
/** Output switch states */
lp_vec_t<uint8_t, 9> outputEnables =
lp_vec_t<uint8_t, 9>(sid.objectId, P60System::pool::PDU_VOLTAGES, this);
lp_vec_t<uint8_t, 9>(sid.objectId, P60System::pool::PDU_OUT_ENABLE, this);
/** Number of reboots */
lp_var_t<uint32_t> bootcount =
lp_var_t<uint32_t>(sid.objectId, P60System::pool::PDU_BOOTCNT, this);

2
tmtc

@ -1 +1 @@
Subproject commit 98783a0981b2a23d8f4dbfa8706b8826b8194231
Subproject commit 259cd25b6ed7a88790dff58483537eb250036f00