bugfix for pool ID

This commit is contained in:
2022-04-12 16:00:54 +02:00
parent d96ff72635
commit 2cd5450333
3 changed files with 3 additions and 3 deletions

2
fsfw

Submodule fsfw updated: 28e93696df...94ed582297

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

Submodule tmtc updated: 98783a0981...259cd25b6e