bugfix for pool ID
This commit is contained in:
2
fsfw
2
fsfw
Submodule fsfw updated: 28e93696df...94ed582297
@ -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
2
tmtc
Submodule tmtc updated: 98783a0981...259cd25b6e
Reference in New Issue
Block a user