TZ_TABLE: Add missing const

This commit is contained in:
Will Miles 2024-02-19 09:48:34 -05:00 committed by Blaz Kristan
parent 59886a1528
commit c8c394b4e9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Timezone* tz;
byte tzCurrent = TZ_INIT; //uninitialized
/* C++11 form -- static std::array<std::pair<TimeChangeRule, TimeChangeRule>, TZ_COUNT> TZ_TABLE PROGMEM = {{ */
static std::pair<TimeChangeRule, TimeChangeRule> TZ_TABLE[] PROGMEM = {
static const std::pair<TimeChangeRule, TimeChangeRule> TZ_TABLE[] PROGMEM = {
/* TZ_UTC */ {
{Last, Sun, Mar, 1, 0}, // UTC
{Last, Sun, Mar, 1, 0} // Same