code cpplint optimizations

This commit is contained in:
Paul
2019-09-23 20:18:08 +02:00
parent 0bf0377453
commit c8108101ef
3 changed files with 5 additions and 5 deletions

View File

@@ -398,7 +398,7 @@ typedef struct {
char version[10];
char datetime[25]; // HH:MM:SS DD/MM/YYYY
bool write_supported;
_EMS_Thermostat_HC hc[EMS_THERMOSTAT_MAXHC - 1]; // array for the 4 heating circuits
_EMS_Thermostat_HC hc[EMS_THERMOSTAT_MAXHC]; // array for the 4 heating circuits
} _EMS_Thermostat;
// call back function signature for processing telegram types