save structs for datasets

This commit is contained in:
2021-02-03 08:09:54 +01:00
parent fd1e4f3473
commit be9409c80d
15 changed files with 792 additions and 361 deletions

View File

@ -36,7 +36,7 @@ protected:
private:
/** Dataset for the housekeeping table of the PDU2 */
PDU2::PDU2HkTableDataset hkTableDataset;
PDU2::PDU2HkTableDataset pdu2HkTableDataset;
};
#endif /* MISSION_DEVICES_PDU2HANDLER_H_ */