some more corrections

This commit is contained in:
Robin Müller 2021-05-25 15:45:48 +02:00 committed by Robin Mueller
parent c3f0c78ed5
commit a6e4da6716

View File

@ -142,7 +142,7 @@ enum MgmPoolIds: lp_id_t {
TEMPERATURE_CELCIUS TEMPERATURE_CELCIUS
}; };
class MgmPrimaryDataset: public StaticLocalDataSet<4 * sizeof(float)> { class MgmPrimaryDataset: public StaticLocalDataSet<5> {
public: public:
MgmPrimaryDataset(HasLocalDataPoolIF* hkOwner): MgmPrimaryDataset(HasLocalDataPoolIF* hkOwner):
StaticLocalDataSet(hkOwner, MGM_DATA_SET_ID) {} StaticLocalDataSet(hkOwner, MGM_DATA_SET_ID) {}