Fixed array size of 1 channel inverters

This commit is contained in:
Thomas Basler 2022-10-02 16:04:02 +02:00
parent 67e0d0274d
commit a3d9c6ae0f

View File

@ -11,7 +11,7 @@ public:
const uint8_t getAssignmentCount(); const uint8_t getAssignmentCount();
private: private:
const byteAssign_t byteAssignment[19] = { const byteAssign_t byteAssignment[18] = {
{ FLD_UDC, UNIT_V, CH1, 2, 2, 10 }, { FLD_UDC, UNIT_V, CH1, 2, 2, 10 },
{ FLD_IDC, UNIT_A, CH1, 4, 2, 100 }, { FLD_IDC, UNIT_A, CH1, 4, 2, 100 },
{ FLD_PDC, UNIT_W, CH1, 6, 2, 10 }, { FLD_PDC, UNIT_W, CH1, 6, 2, 10 },